From f56d8bfc2ebf51090986897eef94308b0f04c652 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 5 Jul 2013 14:42:36 +0200 Subject: [PATCH] BASE: Fix --help output for --record-file-name. Formerly it claimed the command is --record-file. --- base/commandLine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 6f173a594dd..a39c748adc2 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