aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-08-14 19:11:20 +0000
committerMax Horn2004-08-14 19:11:20 +0000
commit40dcd61a4d3e390a63e8d692ad2481f9c3dcdc39 (patch)
tree25d179d6c3071d8b42f65bb0a9a406719df97b20
parent90521f836f1f46be025b80800430ee2f020f62ec (diff)
downloadscummvm-rg350-40dcd61a4d3e390a63e8d692ad2481f9c3dcdc39.tar.gz
scummvm-rg350-40dcd61a4d3e390a63e8d692ad2481f9c3dcdc39.tar.bz2
scummvm-rg350-40dcd61a4d3e390a63e8d692ad2481f9c3dcdc39.zip
sync with README
svn-id: r14610
-rw-r--r--base/gameDetector.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 22fbf95550..e55d4906e4 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -75,7 +75,7 @@ static const char USAGE_STRING[] =
" --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
" joystick)\n"
" --platform=WORD Specify version of game (allowed values: amiga,\n"
- " atari, fmtowns, mac, pc)\n"
+ " atari, fmtowns, mac, pc, windows)\n"
" --multi-midi Enable combination Adlib and native MIDI\n"
" --native-mt32 True Roland MT-32 (disable GM emulation)\n"
" --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n"
@@ -83,10 +83,11 @@ static const char USAGE_STRING[] =
"\n"
#if !defined(DISABLE_SKY) || !defined(DISABLE_QUEEN)
" --alt-intro Use alternative intro for CD versions of Beneath a\n"
- " Steel Sky and Flight of the Amazon Queen\n"
+ " Steel Sky and Flight of the Amazon Queen\n"
#endif
#ifndef DISABLE_SCUMM
- " --copy-protection Enable the original copy protection in SCUMM games\n"
+ " --copy-protection Enable copy protection in SCUMM games, when\n"
+ " ScummVM disables it by default.\n"
" --demo-mode Start demo mode of Maniac Mansion\n"
" --tempo=NUM Set music tempo (in percent, 50-200) for SCUMM games\n"
" (default: 100)\n"