[master] acb98c8 Fix the -t option formatting for Varnish tools

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Jun 9 11:01:11 CEST 2015


commit acb98c8f779ec433ffa00d41cf1503934726d0a8
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jun 9 10:51:52 2015 +0200

    Fix the -t option formatting for Varnish tools
    
    It didn't look like the other options in both man pages and sphinx docs.
    However, options like "-t <...>" are still somewhat broken in the sphinx
    documentation: the option and description are on different rows.

diff --git a/include/vut_options.h b/include/vut_options.h
index 6004690..c1304d6 100644
--- a/include/vut_options.h
+++ b/include/vut_options.h
@@ -85,7 +85,7 @@
 	)
 
 #define VUT_OPT_t							\
-	VOPT("t:", "[-t seconds|<off>]", "VSM connection timeout",	\
+	VOPT("t:", "[-t <seconds|off>]", "VSM connection timeout",	\
 	    "Timeout before returning error on initial VSM connection."	\
 	    " If set the VSM connection is retried every 0.5 seconds"	\
 	    " for this many seconds. If zero the connection is"		\



More information about the varnish-commit mailing list