Skip to content

Commit

Permalink
Fix typo in command-line help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis authored and ariya committed Jan 25, 2016
1 parent 8b26f54 commit 65bc139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommandline/qcommandline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ QCommandLine::help(bool logo)
h += QFileInfo(d->args[0]).baseName();
else
h += QCoreApplication::applicationName();
h.append(QLatin1String(" [switchs] [options]"));
h.append(QLatin1String(" [switches] [options]"));
/* Arguments, short */
foreach (QCommandLineConfigEntry entry, d->config) {
if (entry.type == QCommandLine::Option) {
Expand Down

0 comments on commit 65bc139

Please sign in to comment.