From e09bb9052a8fe2cb4e37bd8598373ed06a449116 Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Wed, 29 Oct 2014 16:59:57 +0100 Subject: [PATCH] Enhance example --- src/example.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) -- libgit2 0.21.4