Skip to content
Snippets Groups Projects
Commit 6e0b6b7c authored by Martin Wölzer's avatar Martin Wölzer
Browse files

examples/container_example.cpp: better message for verbose option

parent d03100dd
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ class cli_parser_t : public clapp::basic_main_parser_t {
clapp::count_option_t verbose{*this,
"verbose",
'v',
"Verbose option.",
"Verbose option, can be given multiple "
"times to increase verbosity.",
clapp::min_max_value_t<std::size_t>{0, 7},
clapp::default_value_t<std::size_t>{2},
purpose_t::optional};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment