aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2002-10-23 11:14:33 +0000
committerTravis Howell2002-10-23 11:14:33 +0000
commitf0e6f8ebf80727da1bc45aceef03e1bf29e7173d (patch)
tree75145d3f214a411d91ad14944f29fa1c86423466
parentd2fb928a9dc54a1e8904e4e2be0cb1cc5feec0af (diff)
downloadscummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.tar.gz
scummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.tar.bz2
scummvm-rg350-f0e6f8ebf80727da1bc45aceef03e1bf29e7173d.zip
Correct volume limit listed under -m section of help
svn-id: r5282
-rw-r--r--common/gameDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 8e759426d1..fd5f57f657 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -55,7 +55,7 @@ static const char USAGE_STRING[] =
"\t-f - fullscreen mode\n"
"\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x)\n"
"\t-l<file> - load config file instead of default\n"
- "\t-m<num> - set music volume to <num> (0-100)\n"
+ "\t-m<num> - set music volume to <num> (0-255)\n"
"\t-n - no subtitles for speech\n"
"\t-o<num> - set master volume to <num> (0-255)\n"
"\t-p<path> - look for game in <path>\n"