[6.0] af9b90845 Multiple -[IX] options may be given to VUTs

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:52:59 UTC 2018


commit af9b90845520a1670b6f10caf0ac0731ee6be441
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 98b838bbf..3d95c3123 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