diff --git a/userspace/falco/app/options.cpp b/userspace/falco/app/options.cpp index 99b69656992..892e41e98a8 100644 --- a/userspace/falco/app/options.cpp +++ b/userspace/falco/app/options.cpp @@ -19,6 +19,9 @@ limitations under the License. #include "../configuration.h" #include "config_falco.h" +// disable cxxopts vector delimiter, meaning that +// -o test1,test2,test3 won't be treated like -o test1 -o test2 -o test3 +#define CXXOPTS_VECTOR_DELIMITER '\0' #include #include