diff --git a/src/example.cpp b/src/example.cpp index 6566569..1f5c820 100644 --- a/src/example.cpp +++ b/src/example.cpp @@ -39,7 +39,7 @@ int main(int argc, char* argv[]) ("b,bob", "Bob") ("f,file", "File", cxxopts::value>(), "FILE") ("o,output", "Output file", cxxopts::value() - ->default_value("a.out")->implicit_value("b.def")) + ->default_value("a.out")->implicit_value("b.def"), "BIN") ("positional", "Positional arguments: these are the arguments that are entered " "without an option", cxxopts::value())