[Scummvm-cvs-logs] scummvm master -> f56d8bfc2ebf51090986897eef94308b0f04c652

lordhoto lordhoto at gmail.com
Fri Jul 5 14:44:39 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f56d8bfc2e BASE: Fix --help output for --record-file-name.


Commit: f56d8bfc2ebf51090986897eef94308b0f04c652
    https://github.com/scummvm/scummvm/commit/f56d8bfc2ebf51090986897eef94308b0f04c652
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2013-07-05T05:42:36-07:00

Commit Message:
BASE: Fix --help output for --record-file-name.

Formerly it claimed the command is --record-file.

Changed paths:
    base/commandLine.cpp



diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 6f173a5..a39c748 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






More information about the Scummvm-git-logs mailing list