Add some missing usage documentation

This commit is contained in:
Jeffrey Pfau 2014-10-06 23:36:52 -07:00
parent bac0d35034
commit e9864cbc99
1 changed files with 5 additions and 3 deletions

View File

@ -208,6 +208,8 @@ 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(" -s, --frameskip N Skip every N frames");
if (extraOptions) {
puts(extraOptions);
}