[master] 0eb0c12 Separate files forgotten in b3ff41f5

Lasse Karstensen lkarsten at varnish-software.com
Thu Feb 27 13:09:30 CET 2014


commit 0eb0c12a6620fc9e40521b89e5c3e29b2ec9354a
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date:   Thu Feb 27 13:08:30 2014 +0100

    Separate files forgotten in b3ff41f5
    
    Try to be consistent in the help text across the different tools.

diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index 0a0e2b3..fdd217e 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -32,7 +32,7 @@
 #include "vut_options.h"
 
 #define HIS_OPT_g							\
-	VOPT("g:", "[-g <request|vxid>]", "Grouping mode",		\
+	VOPT("g:", "[-g <request|vxid>]", "Grouping mode (default: vxid)",		\
 	    "The grouping of the log records. The default is to group"	\
 	    " by vxid."							\
 	)
diff --git a/bin/varnishncsa/varnishncsa_options.h b/bin/varnishncsa/varnishncsa_options.h
index 346b7fc..dc8ea30 100644
--- a/bin/varnishncsa/varnishncsa_options.h
+++ b/bin/varnishncsa/varnishncsa_options.h
@@ -41,7 +41,7 @@
 	)
 
 #define NCSA_OPT_g							\
-	VOPT("g:", "[-g <request|vxid>]", "Grouping mode",		\
+	VOPT("g:", "[-g <request|vxid>]", "Grouping mode (default: vxid)",		\
 	    "The grouping of the log records. The default is to group"	\
 	    " by vxid."							\
 	)



More information about the varnish-commit mailing list