aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJiDe Zhang <zhangjide@uniontech.com>2021-05-18 09:05:08 +0800
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-18 11:34:07 +0000
commit4c3c3f45d28860f9c413c79dc445d9f1e24d352c (patch)
tree7192ee602bc988169d75198dc350db7065907fcd /tools
parent9f26e9ed8fb342a2a40bd71e01d9ce4e876a31dc (diff)
Fix the qmlscene command help message
Change-Id: Ie957bcc459a91d1c353be664074475545ec67510 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 9dba08d048f612378c97f276ce69148a0b225b0b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 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.");