aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohannes Schickel2009-04-21 19:49:47 +0000
committerJohannes Schickel2009-04-21 19:49:47 +0000
commite93de28aa4bbf1d98d3bc1dab33dacb3d1abed2f (patch)
tree65b187b45e3f29e584daf31d0f72fa0f8feb36f8 /base
parentc48159aa63d9e60cef41e7b4d1cfa188a7b5277f (diff)
downloadscummvm-rg350-e93de28aa4bbf1d98d3bc1dab33dacb3d1abed2f.tar.gz
scummvm-rg350-e93de28aa4bbf1d98d3bc1dab33dacb3d1abed2f.tar.bz2
scummvm-rg350-e93de28aa4bbf1d98d3bc1dab33dacb3d1abed2f.zip
- Typo fixes
- Command line parameter updates (Thanks to salty-horse for the patch) svn-id: r40056
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 420e51b29b..87cd55e38f 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -84,15 +84,14 @@ static const char HELP_STRING[] =
" -n, --subtitles Enable subtitles (use with games that have voice)\n"
" -b, --boot-param=NUM Pass number to the boot script (boot param)\n"
" -d, --debuglevel=NUM Set debug verbosity level\n"
- " --debugflags=FLAGS Enables engine specific debug flags\n"
+ " --debugflags=FLAGS Enable engine specific debug flags\n"
" (separated by commas)\n"
" -u, --dump-scripts Enable script dumping if a directory called 'dumps'\n"
" exists in the current directory\n"
"\n"
" --cdrom=NUM CD drive to play CD audio from (default: 0 = first\n"
" drive)\n"
- " --joystick[=NUM] Enable input with joystick (default: 0 = first\n"
- " joystick)\n"
+ " --joystick[=NUM] Enable joystick input (default: 0 = first joystick)\n"
" --platform=WORD Specify platform of game (allowed values: 2gs, 3do,\n"
" acorn, amiga, atari, c64, fmtowns, nes, mac, pc, pc98,\n"
" pce, segacd, wii, windows)\n"