Qt: Improve --script help

This commit is contained in:
Vicki Pfau 2024-10-01 02:02:18 -07:00
parent bfc52cd2f0
commit c71cd4a81b
1 changed files with 5 additions and 4 deletions

View File

@ -154,11 +154,12 @@ ConfigController::ConfigController(QObject* parent)
mSubParserGraphicsInit(&m_subparsers[0], &m_graphicsOpts); mSubParserGraphicsInit(&m_subparsers[0], &m_graphicsOpts);
m_subparsers[1].usage = "Frontend options:\n" m_subparsers[1].usage = "Frontend options:\n"
" --ecard FILE Scan an e-Reader card in the first loaded game\n" " --ecard FILE Scan an e-Reader card in the first loaded game\n"
" Can be passed multiple times for multiple cards\n" " Can be passed multiple times for multiple cards\n"
" --mb FILE Boot a multiboot image with FILE inserted into the ROM slot" " --mb FILE Boot a multiboot image with FILE inserted into the ROM slot"
#ifdef ENABLE_SCRIPTING #ifdef ENABLE_SCRIPTING
"\n --script FILE Script file to load on start" "\n --script FILE Script file to load on start\n"
" Can be passed multiple times\n"
#endif #endif
; ;