aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2013-07-05 14:42:36 +0200
committerJohannes Schickel2013-07-05 14:42:36 +0200
commitf56d8bfc2ebf51090986897eef94308b0f04c652 (patch)
tree62d07fe2fdec3184e0434b2c77636dd8f7364f5b /base/commandLine.cpp
parentecc43c9b92b0454b3a159b69d684c2ad331896fe (diff)
downloadscummvm-rg350-f56d8bfc2ebf51090986897eef94308b0f04c652.tar.gz
scummvm-rg350-f56d8bfc2ebf51090986897eef94308b0f04c652.tar.bz2
scummvm-rg350-f56d8bfc2ebf51090986897eef94308b0f04c652.zip
BASE: Fix --help output for --record-file-name.
Formerly it claimed the command is --record-file.
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 6f173a594d..a39c748adc 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -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