[Scummvm-cvs-logs] scummvm-tools master -> 961daf293a1a8a586cab05a3723e75f86d207af2
fingolfin
max at quendi.de
Wed May 11 14:00:14 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .
Summary:
961daf293a TOOLS: Document -g in descumm help text
Commit: 961daf293a1a8a586cab05a3723e75f86d207af2
https://github.com/scummvm/scummvm-tools/commit/961daf293a1a8a586cab05a3723e75f86d207af2
Author: Max Horn (max at quendi.de)
Date: 2011-05-11T04:54:13-07:00
Commit Message:
TOOLS: Document -g in descumm help text
Changed paths:
engines/scumm/descumm-tool.cpp
diff --git a/engines/scumm/descumm-tool.cpp b/engines/scumm/descumm-tool.cpp
index 4f23838..374cb57 100644
--- a/engines/scumm/descumm-tool.cpp
+++ b/engines/scumm/descumm-tool.cpp
@@ -41,7 +41,7 @@ void ShowHelpAndExit() {
"Syntax:\n"
"\tdescumm [-o] filename\n"
"Flags:\n"
- "\t-0\tInput Script is C64\n"
+ "\t-0\tInput Script is v0 / C64\n"
"\t-1\tInput Script is v1\n"
"\t-2\tInput Script is v2\n"
"\t-3\tInput Script is v3\n"
@@ -50,9 +50,11 @@ void ShowHelpAndExit() {
"\t-6\tInput Script is v6\n"
"\t-7\tInput Script is v7\n"
"\t-8\tInput Script is v8\n"
+ "\t-gNNN\tInput Script is HE version NNN\n"
"\t-n\tUse Indy3-256 specific hacks\n"
"\t-z\tUse Zak256 specific hacks\n"
"\t-u\tScript is Unblocked/has no header\n"
+ "\n"
"\t-o\tAlways Show offsets\n"
"\t-i\tDon't output ifs\n"
"\t-e\tDon't output else\n"
More information about the Scummvm-git-logs
mailing list