From 9478009d4b3a095047d6f61480b9568e7819058f Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Thu, 23 Nov 2023 06:59:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba8bce..603e435 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ therefore, `-o false` does not work. ## `std::vector` values Parsing a list of values into a `std::vector` is also supported, as long as `T` -can be parsed. To separate single values in a list the define `CXXOPTS_VECTOR_DELIMITER` +can be parsed. To separate single values in a list the define symbol `CXXOPTS_VECTOR_DELIMITER` is used, which is ',' by default. Ensure that you use no whitespaces between values because those would be interpreted as the next command line option. Example for a command line option that can be parsed as a `std::vector`: