summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2012-04-25 15:59:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-25 19:53:22 +0200
commit066da57a122de26e8a71ab1eaca0ea205c876bdf (patch)
tree281b26055922a356274db1615b53a391e206ba93
parent52b6b9b657b14f059f56274dc2ccce00f9fed58d (diff)
lance: Document all available command line options.
Change-Id: I0e0d95cb5988574c1ecfbe7423ac7388022101fb Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
-rw-r--r--tests/manual/lance/main.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/manual/lance/main.cpp b/tests/manual/lance/main.cpp
index e8bb44a221..b66c0c109d 100644
--- a/tests/manual/lance/main.cpp
+++ b/tests/manual/lance/main.cpp
@@ -103,6 +103,7 @@ static void printHelp()
" -imagewidget same as image, but with interacion...\n"
#ifndef QT_NO_OPENGL
" -opengl Paints the files to an OpenGL on screen\n"
+ " -pbuffer Paints the files to an OpenGL pbuffer\n"
#endif
#ifdef USE_CUSTOM_DEVICE
" -customdevice Paints the files to the custom paint device\n"
@@ -117,8 +118,11 @@ static void printHelp()
" -grab Paints the files to an image called filename_qps.png\n"
" -i Interactive mode.\n"
" -v Verbose.\n"
- " -bg-white No checkers background\n"
- " -commands Displays all available commands\n");
+ " -commands Displays all available commands\n"
+ " -w Width of the paintdevice\n"
+ " -h Height of the paintdevice\n"
+ " -cmp Show the reference picture\n"
+ " -bg-white No checkers background\n");
}
static void displayCommands()