forked from qt-creator/qt-creator
Use double quotes instead of single quotes as per our guidelines.
Change-Id: Ib608bb49e26781aef1914085a5d801fcdcd5eb56 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -575,7 +575,7 @@ void IosTool::run(const QStringList &args)
|
||||
} else if (arg == QLatin1String("-help") || arg == QLatin1String("--help")) {
|
||||
printHelp = true;
|
||||
} else {
|
||||
writeMsg(QString::fromLatin1("unexpected argument '%1'").arg(arg));
|
||||
writeMsg(QString::fromLatin1("unexpected argument \"%1\"").arg(arg));
|
||||
}
|
||||
}
|
||||
if (printHelp) {
|
||||
|
||||
Reference in New Issue
Block a user