Modify qmlscene usage text to be consistent
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>
Thu, 3 Jan 2013 08:56:23 +0000 (09:56 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 4 Jan 2013 17:14:44 +0000 (18:14 +0100)
- last line was not aliged correctly with the previous lines.
- usage of capital letter was inconsistent.

Change-Id: Ied7caab8296a635e105764bc2e95aa9e78f1cfcb
Reviewed-by: Alan Alpert <aalpert@rim.com>

tools/qmlscene/main.cpp

index 6a0d04b..475ddfc 100644 (file)
@@ -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);