Removed erroneous newline in --help output.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a90faf7d11
commit
e2eb8a1f41
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user