diff options
| author | Jonathan Gray | 2004-05-05 09:08:04 +0000 |
|---|---|---|
| committer | Jonathan Gray | 2004-05-05 09:08:04 +0000 |
| commit | b8bac5f208d38eabe55055887324ee258ee8d291 (patch) | |
| tree | 9d6fa034c45c9325663d270971d6d60031a71633 | |
| parent | e29ec6e79c325bcea2c95ecbfeb3a64c80a30630 (diff) | |
| download | scummvm-rg350-b8bac5f208d38eabe55055887324ee258ee8d291.tar.gz scummvm-rg350-b8bac5f208d38eabe55055887324ee258ee8d291.tar.bz2 scummvm-rg350-b8bac5f208d38eabe55055887324ee258ee8d291.zip | |
mention fmtowns platform option in help
svn-id: r13784
| -rw-r--r-- | base/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index e633e520c5..9b2103a35f 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, mac, pc)\n" + " atari, fmtowns, mac, pc)\n" " --multi-midi Enable combination Adlib and native MIDI\n" " --native-mt32 True Roland MT-32 (disable GM emulation)\n" " --aspect-ratio Enable aspect ratio correction\n" |
