summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-01 00:03:07 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-01 00:03:07 (GMT)
commitf57e5f12807e1860839a4b3c47af180230bdbfaa (patch)
treeae70262f868392299d8f8d3b7a031f889fda5758 /tools
parent5b548025ca353fa2f512356d0969b096b5b705e1 (diff)
downloadQt-f57e5f12807e1860839a4b3c47af180230bdbfaa.zip
Qt-f57e5f12807e1860839a4b3c47af180230bdbfaa.tar.gz
Qt-f57e5f12807e1860839a4b3c47af180230bdbfaa.tar.bz2
Fix typo.
Diffstat (limited to 'tools')
-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);
}