[master] 5f13f64 Fix up -p documentation
Martin Blix Grydeland
martin at varnish-software.com
Tue Feb 25 15:58:40 CET 2014
commit 5f13f64be13fa9f68ca059fc69746743307bb9a0
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Tue Feb 4 16:48:43 2014 +0100
Fix up -p documentation
diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index 6c9baa2..db5a870 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -33,9 +33,9 @@
#define HIS_OPT_p \
VOPT("p:", "[-p period]", "Refresh period", \
- "Specified the number of seconds between screen refreshes" \
- " default is 1 second, and can be changed during the run" \
- " by pressing the [1-9] keys" \
+ "Specified the number of seconds between screen refreshes." \
+ " Default is 1 second, and can be changed at runtime by" \
+ " pressing the [1-9] keys." \
)
#define HIS_OPT_P \
More information about the varnish-commit
mailing list