diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/commandLine.cpp | 5 |
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" |