Skip to content

Commit

Permalink
Fix a very minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 8, 2024
1 parent 3471a91 commit 8c47dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Command getCliCommand(const QStringList &posArguments)

Command parseCommandLine(const QStringList &appArguments, QCommandLineParser &parser)
{
// Setupt the command line options.
// Setup the command line options.
parser.addOptions({
{ QStringLiteral("color"),
QCoreApplication::translate("parseCommandLine", "Colors the console output. Valid options "
Expand Down

0 comments on commit 8c47dbe

Please sign in to comment.