[master] 947eb3b correcting documented default value of -g option

Martin Blix Grydeland martin at varnish-cache.org
Sat Oct 12 15:00:55 CEST 2013


commit 947eb3bb161ebacad694ad4a86ae1828096f4789
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Sat Oct 12 14:57:44 2013 +0200

    correcting documented default value of -g option

diff --git a/include/vut_options.h b/include/vut_options.h
index 730fe8a..3437305 100644
--- a/include/vut_options.h
+++ b/include/vut_options.h
@@ -49,7 +49,7 @@
 #define VUT_OPT_g							\
 	VOPT("g:", "[-g <session|request|vxid|raw>]", "Grouping mode",	\
 	    "The grouping of the log records. The default is to group"	\
-	    " by request."						\
+	    " by vxid."							\
 	)
 
 #define VUT_OPT_h							\



More information about the varnish-commit mailing list