aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlscene/main.cpp')
-rw-r--r--tools/qmlscene/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp
index 6a0d04beda..475ddfc3e5 100644
--- a/tools/qmlscene/main.cpp
+++ b/tools/qmlscene/main.cpp
@@ -345,9 +345,9 @@ static void usage()
{
qWarning("Usage: qmlscene [options] <filename>");
qWarning(" ");
- qWarning(" options:");
- qWarning(" --maximized ............................... run maximized");
- qWarning(" --fullscreen .............................. run fullscreen");
+ qWarning(" Options:");
+ qWarning(" --maximized ............................... Run maximized");
+ qWarning(" --fullscreen .............................. Run fullscreen");
qWarning(" --transparent ............................. Make the window transparent");
qWarning(" --no-multisample .......................... Disable multisampling (anti-aliasing)");
qWarning(" --no-version-detection .................... Do not try to detect the version of the .qml file");
@@ -356,7 +356,7 @@ static void usage()
qWarning(" --quit .................................... Quit immediately after starting");
qWarning(" -I <path> ................................. Add <path> to the list of import paths");
qWarning(" -B <name> <file> .......................... Add a named bundle");
- qWarning(" -translation <translationfile> ........... set the language to run in");
+ qWarning(" -translation <translationfile> ............ Set the language to run in");
qWarning(" ");
exit(1);