Commit c055110e authored by Mitch Curtis's avatar Mitch Curtis Committed by The Qt Project
Browse files

Fix typo in macchangeqt help.


Task-number: QTBUG-34783

Change-Id: I8f6ff878e900f9684c5dd595fbc720d0a7d82330
Reviewed-by: default avatarTopi Reiniö <topi.reinio@digia.com>
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -65,7 +65,7 @@ int main(int argc, char **argv) ...@@ -65,7 +65,7 @@ int main(int argc, char **argv)
} }
if (argc != (3 + optionsSpecified)) { if (argc != (3 + optionsSpecified)) {
qDebug() << "Changeqt: changes witch Qt frameworks an application links against."; qDebug() << "Changeqt: changes which Qt frameworks an application links against.";
qDebug() << "Usage: changeqt app-bundle qt-dir <-verbose=[0-3]>"; qDebug() << "Usage: changeqt app-bundle qt-dir <-verbose=[0-3]>";
return 0; return 0;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment