aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohannes Schickel2009-01-02 20:36:51 +0000
committerJohannes Schickel2009-01-02 20:36:51 +0000
commitf9fa6e2c4b2e0fbb257479c6a46ef5901e30997b (patch)
tree35aa47f6bde0fb705c9ef570b3b90a3793e6c6c2 /base
parent6fd559b4f66bae48cb0c86ed5ebb2ec4a9814c59 (diff)
downloadscummvm-rg350-f9fa6e2c4b2e0fbb257479c6a46ef5901e30997b.tar.gz
scummvm-rg350-f9fa6e2c4b2e0fbb257479c6a46ef5901e30997b.tar.bz2
scummvm-rg350-f9fa6e2c4b2e0fbb257479c6a46ef5901e30997b.zip
- Changed description for --list-themes to be consistent with descriptions of other --list commands
- Updated description for --platform option svn-id: r35682
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 0c94776113..9cab249adb 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -72,7 +72,7 @@ static const char HELP_STRING[] =
" dotmatrix)\n"
" --gui-theme=THEME Select GUI theme\n"
" --themepath=PATH Path to where GUI themes are stored\n"
- " --list-themes Lists all usable GUI themes\n"
+ " --list-themes Display list of all usable GUI themes\n"
" -e, --music-driver=MODE Select music driver (see README for details)\n"
" -q, --language=LANG Select language (en,de,fr,it,pt,es,jp,zh,kr,se,gb,\n"
" hb,ru,cz)\n"
@@ -94,8 +94,8 @@ static const char HELP_STRING[] =
" --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
" joystick)\n"
" --platform=WORD Specify platform of game (allowed values: 2gs, 3do,\n"
- " acorn, amiga, atari, c64, fmtowns, nes, mac, pc,\n"
- " pce, segacd, windows)\n"
+ " acorn, amiga, atari, c64, fmtowns, nes, mac, pc, pc98,\n"
+ " pce, segacd, wii, windows)\n"
" --savepath=PATH Path to where savegames are stored\n"
" --extrapath=PATH Extra path to additional game data\n"
" --soundfont=FILE Select the SoundFont for MIDI playback (only\n"