diff --git a/src/main.cpp b/src/main.cpp index b12965677..17b5c11fe 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) { " -g, --game Specify game path to launch\n" " -p, --patch Apply specified patch file\n" " -f, --fullscreen Specify window initial fullscreen " - "state. Does not overwrite the config file." + "state. Does not overwrite the config file.\n" " -h, --help Display this help message\n"; exit(0); }}, diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 7f9b29200..318245053 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) { " -p, --patch Apply specified patch file\n" " -s, --show-gui Show the GUI\n" " -f, --fullscreen Specify window initial fullscreen " - "state. Does not overwrite the config file." + "state. Does not overwrite the config file.\n" " -h, --help Display this help message\n"; exit(0); }},