aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-21 01:48:38 +0100
committerJohannes Schickel2016-03-21 01:48:38 +0100
commit5336882555e4834bb5b93fddcf4231d3def9d028 (patch)
tree757cc1dd3d5112f7ae479f86d2d11e0cf378e9bc /base/commandLine.cpp
parent00edd712e85c7811c1b6f1119ad2abcad6999ce9 (diff)
parentafe8ea139ccc4e563260494c236642153c540001 (diff)
downloadscummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.gz
scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.tar.bz2
scummvm-rg350-5336882555e4834bb5b93fddcf4231d3def9d028.zip
Merge pull request #704 from lordhoto/clone2727-audiocd
Implement Custom Audio CD Support for Win32, Linux, and Mac OS X.
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 105d810460..a9116bf5f2 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -100,8 +100,9 @@ static const char HELP_STRING[] =
" -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"
+ " --cdrom=DRIVE CD drive to play CD audio from; can either be a\n"
+ " drive, path, or numeric index (default: 0 = best\n"
+ " choice drive)\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"