Skip to content

Commit

Permalink
BASE: Fix --help output for --record-file-name.
Browse files Browse the repository at this point in the history
Formerly it claimed the command is --record-file.
  • Loading branch information
Johannes Schickel committed Jul 5, 2013
1 parent ecc43c9 commit f56d8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/commandLine.cpp
Expand Up @@ -121,7 +121,7 @@ static const char HELP_STRING[] =
#ifdef ENABLE_EVENTRECORDER
" --record-mode=MODE Specify record mode for event recorder (record, playback,\n"
" passthrough [default])\n"
" --record-file=FILE Specify record file name\n"
" --record-file-name=FILE Specify record file name\n"
" --disable-display Disable any gfx output. Used for headless events\n"
" playback by Event Recorder\n"
#endif
Expand Down

0 comments on commit f56d8bf

Please sign in to comment.