[4.1] fc6790d Clarify the help text for d_opt/-d

Lasse Karstensen lkarsten at varnish-software.com
Tue Jun 14 12:00:16 CEST 2016


commit fc6790d41ebc8a7f37d49f482456d730e35bd964
Author: Nicole Izumi <nicole at kivikakk.ee>
Date:   Fri May 20 11:59:35 2016 +1000

    Clarify the help text for d_opt/-d

diff --git a/include/vut_options.h b/include/vut_options.h
index a5b11ef..16258b8 100644
--- a/include/vut_options.h
+++ b/include/vut_options.h
@@ -30,9 +30,8 @@
 /* VUT options */
 
 #define VUT_OPT_d \
-	VOPT("d", "[-d]", "Process old log entries on startup",		\
-	    "Start processing log records at the head of the log"	\
-	    " instead of the tail."					\
+	VOPT("d", "[-d]", "Process old log entries and exit",		\
+	    "Process log records at the head of the log and exit."	\
 	)
 
 #define VUT_OPT_D							\



More information about the varnish-commit mailing list