aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2015-10-01 19:12:07 -0400
committerJohannes Schickel2016-03-13 13:57:01 +0100
commit1626fbd633ff5e39ee5551b6e839def62ef9b599 (patch)
tree96e8455e550424cbdc360a9a9f8242817b0d4993 /base/commandLine.cpp
parente39faa239a8b0149d3be37e21afb173b936ab74c (diff)
downloadscummvm-rg350-1626fbd633ff5e39ee5551b6e839def62ef9b599.tar.gz
scummvm-rg350-1626fbd633ff5e39ee5551b6e839def62ef9b599.tar.bz2
scummvm-rg350-1626fbd633ff5e39ee5551b6e839def62ef9b599.zip
BACKENDS: Allow for specifying a drive via the cdrom option
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 19702ea36d..c34e4d43c0 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"