From 3ddba2037ae9f8d85d803b3f09d15586b9c2960e Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:23:57 +0100 Subject: [PATCH] clang-format --- src/qt_gui/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 4c6ec7a0d..7e1bbd17f 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -40,7 +40,8 @@ int main(int argc, char* argv[]) { std::cout << "Usage: emulator [options]\n" "Options:\n" " No arguments: Opens the GUI.\n" - " -g, --game Specify or to launch\n" + " -g, --game Specify or to launch\n" " -p, --patch Apply specified patch file\n" " -s, --show-gui Show the GUI\n" " -h, --help Display this help message\n";