Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaposfos13 committed Nov 10, 2024
1 parent 1cada39 commit 3ddba20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/qt_gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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"
" -s, --show-gui Show the GUI\n"
" -h, --help Display this help message\n";
Expand Down

0 comments on commit 3ddba20

Please sign in to comment.