Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
Qt Creator 3.1.1, Qt Creator 3.2.0-beta1, Qt Creator 3.3.0-beta1, Qt Creator 4.12.0-beta2
Description
How it is
QCommandLineOption commandOption( {QStringLiteral("e"), QStringLiteral("command")}, QStringLiteral("Specify a command to execute inside the terminal"), QStringLiteral("COMMAND"));
How it should be
QCommandLineOption commandOption( {QStringLiteral("e"), QStringLiteral("command")}, QStringLiteral("Specify a command to execute inside the terminal"), QStringLiteral("COMMAND"));