lime_qt: Added missing newline to --help string

This commit is contained in:
OpenSauce04 2024-10-22 15:37:37 +01:00
parent 52bff36f95
commit e57eba8f7e

View File

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