All: Clarify that -p takes an argument. (Merge pull request #2)

This commit is contained in:
Anthony J. Bentley 2015-01-07 00:44:40 -07:00 committed by Jeffrey Pfau
parent c3fef5febd
commit ce28d6d966
1 changed files with 1 additions and 1 deletions

View File

@ -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);