Documented the --savepath option.

svn-id: r15546
This commit is contained in:
Torbjörn Andersson 2004-10-14 07:17:02 +00:00
parent 5a0673c0de
commit 73f89577d6
3 changed files with 3 additions and 0 deletions

1
README
View File

@ -326,6 +326,7 @@ arguments - see the next section.
joystick)
--platform=WORD Specify version of game (allowed values: amiga,
atari, fmtowns, mac, pc, windows)
--savepath=PATH Path to where savegames are stored
--multi-midi Enable combination of Adlib and native MIDI
--native-mt32 True Roland MT-32 (disable GM emulation)
--output-rate=RATE Select output sample rate in Hz (e.g. 22050)

View File

@ -75,6 +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"
" --savepath=PATH Path to where savegames are stored\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"

View File

@ -35,6 +35,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\
&joystick)\\
--platform=WORD &Specify version of game (allowed values: amiga,\\
&atari, fmtowns, mac, pc, windows)\\
--savepath=PATH &Path to where savegames are stored\\
--multi-midi &Enable combination of Adlib and native MIDI\\
--native-mt32 &True Roland MT-32 (disable GM emulation)\\
--output-rate=RATE &Select output sample rate in Hz (e.g. 22050)\\