diff options
-rw-r--r-- | common/gameDetector.cpp | 2 |
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" |