mirror of https://github.com/mgba-emu/mgba.git
All: Clarify that -p takes an argument. (Merge pull request #2)
This commit is contained in:
parent
c3fef5febd
commit
ce28d6d966
|
@ -205,7 +205,7 @@ void usage(const char* arg0, const char* extraOptions) {
|
|||
#ifdef USE_GDB_STUB
|
||||
puts(" -g, --gdb Start GDB session (default port 2345)");
|
||||
#endif
|
||||
puts(" -p, --patch Apply a specified patch file when running");
|
||||
puts(" -p, --patch FILE Apply a specified patch file when running");
|
||||
puts(" -s, --frameskip N Skip every N frames");
|
||||
if (extraOptions) {
|
||||
puts(extraOptions);
|
||||
|
|
Loading…
Reference in New Issue