From 2fbac695993deb328d07e0a79f80726e528d732c Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sat, 19 Oct 2024 23:30:27 +0100 Subject: [PATCH] lime_qt: Added previously missing help text for `--windowed` option --- src/lime_qt/lime_qt.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lime_qt/lime_qt.cpp b/src/lime_qt/lime_qt.cpp index 6cc8adbf8..431d037a9 100644 --- a/src/lime_qt/lime_qt.cpp +++ b/src/lime_qt/lime_qt.cpp @@ -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);