From 066da57a122de26e8a71ab1eaca0ea205c876bdf Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 25 Apr 2012 15:59:49 +0200 Subject: lance: Document all available command line options. Change-Id: I0e0d95cb5988574c1ecfbe7423ac7388022101fb Reviewed-by: Girish Ramakrishnan --- tests/manual/lance/main.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests') 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() -- cgit v1.2.3