mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-26 21:15:11 -06:00
lime_qt: Added previously missing help text for --windowed option
This commit is contained in:
parent
98247daa09
commit
2fbac69599
@ -229,7 +229,8 @@ GMainWindow::GMainWindow(Core::System& system_)
|
||||
"-i, --install [path] Install a CIA file at the given path\n"
|
||||
"-p, --movie-play [path] Play a TAS movie located at the given path\n"
|
||||
"-r, --movie-record [path] Record a TAS movie to the given file path\n"
|
||||
"-v, --version Output version information and exit";
|
||||
"-v, --version Output version information and exit"
|
||||
"-w, --windowed Start in windowed mode";
|
||||
|
||||
ShowCommandOutput("Help", help_string);
|
||||
exit(0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user