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 2ab461304c
commit 99ae749092
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,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);