master
Daniel Kolesa 2017-05-24 22:10:20 +02:00
parent 0e9deab322
commit c704813423
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ struct default_help_formatter {
if (progname.empty()) {
progname = "program";
}
format(out, "usage: %s [opts] [args]\n", progname);
format(out, "Usage: %s [opts] [args]\n", progname);
}
template<typename OutputRange>