lance: Document all available command line options.
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Wed, 25 Apr 2012 13:59:49 +0000 (15:59 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Apr 2012 17:53:22 +0000 (19:53 +0200)
Change-Id: I0e0d95cb5988574c1ecfbe7423ac7388022101fb
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
tests/manual/lance/main.cpp

index e8bb44a..b66c0c1 100644 (file)
@@ -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()