Fix --help text in cli

This commit is contained in:
kalaposfos13 2024-11-24 11:44:36 +01:00
parent add6eeeb8a
commit e2d4afd36f
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);
}},