aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJiDe Zhang <zhangjide@uniontech.com>2021-05-18 09:05:08 +0800
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-05-18 09:01:27 +0000
commit9dba08d048f612378c97f276ce69148a0b225b0b (patch)
tree29629eeda9542f491aa90856982a022524e8452e /tools
parent0b326726ad41ea3e0ba2244400b1377b605d7afc (diff)
Fix the qmlscene command help message
Pick-to: 6.1 Change-Id: Ie957bcc459a91d1c353be664074475545ec67510 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmlscene/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlscene/main.cpp b/tools/qmlscene/main.cpp
index abf1268a91..4ad62ff33a 100644
--- a/tools/qmlscene/main.cpp
+++ b/tools/qmlscene/main.cpp
@@ -362,7 +362,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.");