diff --git a/src/cli/parse_options.cpp b/src/cli/parse_options.cpp index 4a804fe..617fa04 100644 --- a/src/cli/parse_options.cpp +++ b/src/cli/parse_options.cpp @@ -186,7 +186,7 @@ void App::print_help() HelpFormatter helpFormatter(options()); helpFormatter.setCommand(commandName()); helpFormatter.setUsage("[-t tags] [-N] URI\n" - "-e format [-f file] [-T start,end]\n" + "-e format [-f file] [-T start,end] " "[[-s|-S] expression] [-r]"); helpFormatter.format(cout); }