Removed erroneous newline in --help output.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-08-06 18:38:03 +02:00
parent a90faf7d11
commit e2eb8a1f41
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}