Fix --help text in cli (#1588)

This commit is contained in:
kalaposfos13 2024-11-24 17:45:17 +01:00 committed by GitHub
parent efaa18ba22
commit 2cd5d5e63d
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ int main(int argc, char* argv[]) {
" -g, --game <path|ID> Specify game path to launch\n"
" -p, --patch <patch_file> Apply specified patch file\n"
" -f, --fullscreen <true|false> 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);
}},

View file

@ -45,7 +45,7 @@ int main(int argc, char* argv[]) {
" -p, --patch <patch_file> Apply specified patch file\n"
" -s, --show-gui Show the GUI\n"
" -f, --fullscreen <true|false> 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);
}},