summaryrefslogtreecommitdiffstats
path: root/installerbuilder/installerbase/installerbase.cpp
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-09-14 17:41:54 +0200
committerMaurice Kalinowski <maurice.kalinowski@nokia.com>2011-09-15 08:21:52 +0200
commit725f38b31bf0be09d28a05c573eef7d92c9e967a (patch)
tree5c653fc53f5d9f70ca90865580ec1645287662f2 /installerbuilder/installerbase/installerbase.cpp
parent507ef27700956d4c642c7f553025a6470fb5f7fc (diff)
fixed wrong argument, added missing word run
Change-Id: I52a50e18c5f4fcddaf808457336a3784564781c6 Reviewed-on: http://codereview.qt-project.org/4923 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Maurice Kalinowski <maurice.kalinowski@nokia.com>
Diffstat (limited to 'installerbuilder/installerbase/installerbase.cpp')
-rw-r--r--installerbuilder/installerbase/installerbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/installerbuilder/installerbase/installerbase.cpp b/installerbuilder/installerbase/installerbase.cpp
index 368d50325..4256fae3e 100644
--- a/installerbuilder/installerbase/installerbase.cpp
+++ b/installerbuilder/installerbase/installerbase.cpp
@@ -164,7 +164,7 @@ int main(int argc, char *argv[])
return u.checkForUpdates() ? 0 : 1;
}
- if (args.contains(QLatin1String("--operation"))
+ if (args.contains(QLatin1String("--runoperation"))
|| args.contains(QLatin1String("--undooperation"))) {
MyCoreApplication app(argc, argv);
OperationRunner o;