lime_qt: Added previously missing help text for --windowed option

This commit is contained in:
OpenSauce04 2024-10-19 23:30:27 +01:00
parent 98247daa09
commit 2fbac69599

View File

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