[master] b3ff41f Explain default groupmode in short help.
Lasse Karstensen
lkarsten at varnish-software.com
Thu Feb 27 12:30:16 CET 2014
commit b3ff41f5da0c0a05683d9e5d59c2f619c78f55bb
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Thu Feb 27 12:28:25 2014 +0100
Explain default groupmode in short help.
Main reason to duplicate is that it should be visible
in "varnishlog --help". (and friends)
diff --git a/include/vut_options.h b/include/vut_options.h
index 1f19024..de3bab2 100644
--- a/include/vut_options.h
+++ b/include/vut_options.h
@@ -41,7 +41,7 @@
)
#define VUT_OPT_g \
- VOPT("g:", "[-g <session|request|vxid|raw>]", "Grouping mode", \
+ VOPT("g:", "[-g <session|request|vxid|raw>]", "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