[4.0] 57b22d5 Fix line breaks
Martin Blix Grydeland
martin at varnish-software.com
Thu Mar 13 10:24:28 CET 2014
commit 57b22d58377226ae257af57cf85595fe5310a057
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date: Tue Feb 4 16:47:59 2014 +0100
Fix line breaks
diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index 5e595a3..6c9baa2 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -39,11 +39,13 @@
)
#define HIS_OPT_P \
- VOPT("P:", "[-P <size|responsetime|tag:field_num:min:max>]", "Profile definition", \
- "Either specify \"size\" or \"responstime\" profile or create a new one." \
- " Define the tag we'll look for, and the field number of the value" \
- " we are interested in. min and max are the boundaries of the graph" \
- " (these are power of tens)" \
+ VOPT("P:", "[-P <size|responsetime|tag:field_num:min:max>]", \
+ "Profile definition", \
+ "Either specify \"size\" or \"responstime\" profile or" \
+ " create a new one. Define the tag we'll look for, and the" \
+ " field number of the value we are interested in. min and" \
+ " max are the boundaries of the graph (these are power of" \
+ " tens)." \
)
VSL_OPT_C
More information about the varnish-commit
mailing list