From e57eba8f7ebc09a9bef15edb66e2a8dcc2cd1085 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 22 Oct 2024 15:37:37 +0100 Subject: [PATCH] lime_qt: Added missing newline to `--help` string --- src/lime_qt/lime_qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lime_qt/lime_qt.cpp b/src/lime_qt/lime_qt.cpp index e50e17b95..9eedccc00 100644 --- a/src/lime_qt/lime_qt.cpp +++ b/src/lime_qt/lime_qt.cpp @@ -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);