From 6352dba83bf7c8c69096e78fdd67e6756409b707 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Thu, 3 Jan 2013 09:56:23 +0100 Subject: Modify qmlscene usage text to be consistent - last line was not aliged correctly with the previous lines. - usage of capital letter was inconsistent. Change-Id: Ied7caab8296a635e105764bc2e95aa9e78f1cfcb Reviewed-by: Alan Alpert --- tools/qmlscene/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools') 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] "); 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 ................................. Add to the list of import paths"); qWarning(" -B .......................... Add a named bundle"); - qWarning(" -translation ........... set the language to run in"); + qWarning(" -translation ............ Set the language to run in"); qWarning(" "); exit(1); -- cgit v1.2.3