diff options
author | Michael Pearce | 2004-04-22 18:44:17 +0000 |
---|---|---|
committer | Michael Pearce | 2004-04-22 18:44:17 +0000 |
commit | fd38da7f134235c541860168f21c8706c2e62c19 (patch) | |
tree | d5bb1a2d81331ecdb0d276f622f56cc1cb31c5ab /doc | |
parent | b1cca1ed94ef89a10aab991a11ac334c99baa2f3 (diff) | |
download | scummvm-rg350-fd38da7f134235c541860168f21c8706c2e62c19.tar.gz scummvm-rg350-fd38da7f134235c541860168f21c8706c2e62c19.tar.bz2 scummvm-rg350-fd38da7f134235c541860168f21c8706c2e62c19.zip |
Might as well update this stuff too
svn-id: r13602
Diffstat (limited to 'doc')
-rw-r--r-- | doc/05_01.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/05_01.tex b/doc/05_01.tex index accf0e534d..ac59c89148 100644 --- a/doc/05_01.tex +++ b/doc/05_01.tex @@ -11,6 +11,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\ -z, --list-games &Display list of supported games and exit\\ -t, --list-targets &Display list of configured targets and exit\\ \\ + -c, --config=CONFIG &Use alternate configuration file\\ -p, --path=PATH &Path to where the game is installed\\ -x, --save-slot[=NUM] &Save game slot to load (default: autosave)\\ -f, --fullscreen &Force full-screen mode\\ @@ -21,7 +22,7 @@ Usage: scummvm [OPTIONS]... [GAME]\\ -m, --music-volume=NUM &Set the music volume, 0-255 (default: 192)\\ -o, --master-volume=NUM &Set the master volume, 0-255 (default: 192)\\ -s, --sfx-volume=NUM &Set the sfx volume, 0-255 (default: 192)\\ - -r, --voice-volume=NUM &Set the voice volume, 0-255 (default: 192)\\ + -r, --speech-volume=NUM &Set the voice volume, 0-255 (default: 192)\\ -n, --subtitles &Enable subtitles (use with games that have voice)\\ -b, --boot-param=NUM &Pass number to the boot script (boot param)\\ -d, --debuglevel=NUM &Set debug verbosity level\\ |