[master] 40db9fcb4 varnishhist: fix help for -P to mention E

Poul-Henning Kamp phk at FreeBSD.org
Mon Aug 12 07:27:08 UTC 2024


commit 40db9fcb42cf5aa327788047553def51c6e46872
Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
Date:   Wed Aug 7 08:53:58 2024 -0400

    varnishhist: fix help for -P to mention E
    
    Followup to 3b74d51ce31755df536ca25e4cf4f7f58de0ee36

diff --git a/bin/varnishhist/varnishhist_options.h b/bin/varnishhist/varnishhist_options.h
index c575bc85f..7c22df208 100644
--- a/bin/varnishhist/varnishhist_options.h
+++ b/bin/varnishhist/varnishhist_options.h
@@ -49,7 +49,7 @@
 	)
 
 #define HIS_OPT_P							\
-	VOPT("P:", "[-P <[cb:]tag:[prefix]:field_num[:min:max]>]",	\
+	VOPT("P:", "[-P <[cbE:]tag:[prefix]:field_num[:min:max]>]",	\
 	    "Custom profile definition",				\
 	    "Graph the given custom definition defined as: an optional" \
 	    " (c)lient, (b)ackend or (E)SI filter (defaults to client),"\


More information about the varnish-commit mailing list