From 4c3c3f45d28860f9c413c79dc445d9f1e24d352c Mon Sep 17 00:00:00 2001 From: JiDe Zhang Date: Tue, 18 May 2021 09:05:08 +0800 Subject: Fix the qmlscene command help message Change-Id: Ie957bcc459a91d1c353be664074475545ec67510 Reviewed-by: Friedemann Kleint (cherry picked from commit 9dba08d048f612378c97f276ce69148a0b225b0b) Reviewed-by: Qt Cherry-pick Bot --- tools/qmlscene/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp index de00522d48..9b0a9903b2 100644 --- a/tools/qmlscene/main.cpp +++ b/tools/qmlscene/main.cpp @@ -359,7 +359,7 @@ static void usage() " ........ (remove AA_ShareOpenGLContexts)"); puts(" --desktop......................... Force use of desktop GL (AA_UseDesktopOpenGL)"); puts(" --gles............................ Force use of GLES (AA_UseOpenGLES)"); - puts(" --software........................ Force use of software rendering (AA_UseOpenGLES)"); + puts(" --software........................ Force use of software rendering (AA_UseSoftwareOpenGL)"); puts(" --verbose......................... Print version and graphical diagnostics for the run-time"); #ifdef QT_WIDGETS_LIB puts(" --apptype [gui|widgets] .......... Select which application class to use. Default is widgets."); -- cgit v1.2.3