[master] 9938f01 Multiple -[IX] options may be given to VUTs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon May 21 10:49:18 UTC 2018


commit 9938f01fe8a2b148013423c310c221273b8297b4
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon May 21 12:48:05 2018 +0200

    Multiple -[IX] options may be given to VUTs

diff --git a/include/vapi/vapi_options.h b/include/vapi/vapi_options.h
index 98b838b..3d95c31 100644
--- a/include/vapi/vapi_options.h
+++ b/include/vapi/vapi_options.h
@@ -63,7 +63,7 @@
 	VOPT("I:", "[-I <[taglist:]regex>]", "Include by regex",	\
 	    "Include by regex matching. Output only records matching"	\
 	    " taglist and regular expression. Applies to any tag if"	\
-	    " taglist is absent.\n"					\
+	    " taglist is absent. Multiple -I options may be given.\n"	\
 	    "\n"							\
 	    VSL_iI_PS							\
 	)
@@ -104,5 +104,5 @@
 	VOPT("X:", "[-X <[taglist:]regex>]", "Exclude by regex",	\
 	    "Exclude by regex matching. Do not output records matching"	\
 	    " taglist and regular expression. Applies to any tag if"	\
-	    " taglist is absent."					\
+	    " taglist is absent. Multiple -X options may be given.\n"	\
 	)


More information about the varnish-commit mailing list