lance: Document all available command line options.

Change-Id: I0e0d95cb5988574c1ecfbe7423ac7388022101fb
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
Holger Hans Peter Freyther 2012-04-25 15:59:49 +02:00 committed by Qt by Nokia
parent 52b6b9b657
commit 066da57a12

View File

@ -103,6 +103,7 @@ static void printHelp()
" -imagewidget same as image, but with interacion...\n" " -imagewidget same as image, but with interacion...\n"
#ifndef QT_NO_OPENGL #ifndef QT_NO_OPENGL
" -opengl Paints the files to an OpenGL on screen\n" " -opengl Paints the files to an OpenGL on screen\n"
" -pbuffer Paints the files to an OpenGL pbuffer\n"
#endif #endif
#ifdef USE_CUSTOM_DEVICE #ifdef USE_CUSTOM_DEVICE
" -customdevice Paints the files to the custom paint device\n" " -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" " -grab Paints the files to an image called filename_qps.png\n"
" -i Interactive mode.\n" " -i Interactive mode.\n"
" -v Verbose.\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() static void displayCommands()