clang-format

This commit is contained in:
kalaposfos13 2024-11-10 12:23:57 +01:00
parent 1cada3948d
commit 3ddba2037a

View File

@ -40,7 +40,8 @@ int main(int argc, char* argv[]) {
std::cout << "Usage: emulator [options]\n" std::cout << "Usage: emulator [options]\n"
"Options:\n" "Options:\n"
" No arguments: Opens the GUI.\n" " No arguments: Opens the GUI.\n"
" -g, --game <path|ID> Specify <eboot.bin or elf path> or <game ID (CUSAXXXXX)> to launch\n" " -g, --game <path|ID> Specify <eboot.bin or elf path> or <game "
"ID (CUSAXXXXX)> to launch\n"
" -p, --patch <patch_file> Apply specified patch file\n" " -p, --patch <patch_file> Apply specified patch file\n"
" -s, --show-gui Show the GUI\n" " -s, --show-gui Show the GUI\n"
" -h, --help Display this help message\n"; " -h, --help Display this help message\n";