mirror of https://github.com/mgba-emu/mgba.git
Qt: Improve --script help
This commit is contained in:
parent
bfc52cd2f0
commit
c71cd4a81b
|
@ -158,7 +158,8 @@ ConfigController::ConfigController(QObject* parent)
|
|||
" Can be passed multiple times for multiple cards\n"
|
||||
" --mb FILE Boot a multiboot image with FILE inserted into the ROM slot"
|
||||
#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
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue