summaryrefslogtreecommitdiffstats
path: root/src/macdeployqt/macdeployqt/main.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-01-22 12:43:06 +0100
committerLiang Qi <liang.qi@theqtcompany.com>2015-01-22 12:47:59 +0100
commit5cd6ca9d926f5baa562fd579fd4d276aee079412 (patch)
tree51d2b4d07384269eef1265bca7f59cf62b9a440e /src/macdeployqt/macdeployqt/main.cpp
parentd00475360391a267f72847818a563ae9b941335a (diff)
macdeployqt: fix spelling errors in help information
Task-number: QTBUG-44034 Change-Id: Ie4337dc4770dbe542b3980c6d7265e651de0e88f Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/macdeployqt/macdeployqt/main.cpp')
-rw-r--r--src/macdeployqt/macdeployqt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macdeployqt/macdeployqt/main.cpp b/src/macdeployqt/macdeployqt/main.cpp
index 0f38cdfaf..f08603d27 100644
--- a/src/macdeployqt/macdeployqt/main.cpp
+++ b/src/macdeployqt/macdeployqt/main.cpp
@@ -50,8 +50,8 @@ int main(int argc, char **argv)
qDebug() << " -use-debug-libs : Deploy with debug versions of frameworks and plugins (implies -no-strip)";
qDebug() << " -executable=<path> : Let the given executable use the deployed frameworks too";
qDebug() << " -qmldir=<path> : Deploy imports used by .qml files in the given path";
- qDebug() << " -always-overwrite : Copy files enven if the target file exists";
- qDebug() << " -codesign=<ident> : Run codesing with the given identity on all executables";
+ qDebug() << " -always-overwrite : Copy files even if the target file exists";
+ qDebug() << " -codesign=<ident> : Run codesign with the given identity on all executables";
qDebug() << "";
qDebug() << "macdeployqt takes an application bundle as input and makes it";
qDebug() << "self-contained by copying in the Qt frameworks and plugins that";