Fix the qmlscene command help message

Pick-to: 6.1
Change-Id: Ie957bcc459a91d1c353be664074475545ec67510
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
JiDe Zhang 2021-05-18 09:05:08 +08:00 committed by Friedemann Kleint
parent 0b326726ad
commit 9dba08d048
1 changed files with 1 additions and 1 deletions

View File

@ -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.");