diff --git a/src/example.cpp b/src/example.cpp index 18b75cd..fc18c1c 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -44,6 +44,7 @@ int main(int argc, char* argv[]) "thisisareallylongwordthattakesupthewholelineandcannotbebrokenataspace") ("help", "Print help") ("int", "An integer", cxxopts::value()) + ("option_that_is_too_long_for_the_help", "A very long option") ; options.parse_positional("positional");