mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-26 13:05:12 -06:00
lime_qt: Added missing newline to --help string
This commit is contained in:
parent
52bff36f95
commit
e57eba8f7e
@ -231,7 +231,7 @@ GMainWindow::GMainWindow(Core::System& system_)
|
||||
"-r, --movie-record [path] Record a TAS movie to the given file path\n"
|
||||
"-a, --movie-record-author [author] Set the author for the recorded TAS "
|
||||
"movie (to be used alongside --movie-record)\n"
|
||||
"-v, --version Output version information and exit"
|
||||
"-v, --version Output version information and exit\n"
|
||||
"-w, --windowed Start in windowed mode";
|
||||
|
||||
ShowCommandOutput("Help", help_string);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user