[master] dc3dfaa make -n argument wording consistent with varnishd usage

Nils Goroll nils.goroll at uplex.de
Mon Oct 17 16:55:05 CEST 2016


commit dc3dfaa80e9c8011e475427c7a347e1bc916f59c
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Oct 17 16:51:07 2016 +0200

    make -n argument wording consistent with varnishd usage

diff --git a/include/vut_options.h b/include/vut_options.h
index 50881cd..7afc723 100644
--- a/include/vut_options.h
+++ b/include/vut_options.h
@@ -57,9 +57,10 @@
 	)
 
 #define VUT_OPT_n							\
-	VOPT("n:", "[-n <name>]", "Varnish instance name",		\
-	    "Specify the name of the varnishd instance to get logs"	\
-	    " from. If -n is not specified, the host name is used."	\
+	VOPT("n:", "[-n <dir>]", "varnishd working directory",		\
+	    "Specify the varnishd working directory (also known as"	\
+	    " instance name) to get logs from. If -n is not specified,"	\
+	    " the host name is used."					\
 	)
 
 #define VUT_OPT_N							\



More information about the varnish-commit mailing list