summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/qmlconv/qmlconv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlconv/qmlconv.cpp b/tools/qmlconv/qmlconv.cpp
index 3457a4f..6e89530 100644
--- a/tools/qmlconv/qmlconv.cpp
+++ b/tools/qmlconv/qmlconv.cpp
@@ -448,7 +448,7 @@ int main(int argc, char *argv[])
}
if (args.isEmpty() && optionInPlace) {
- qWarning() << "Usage: qmlconf [ [-i] filename ]";
+ qWarning() << "Usage: qmlconv [ [-i] filename ]";
exit(1);
}