diff options
author | Jonathan Gray | 2003-10-26 21:08:53 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-10-26 21:08:53 +0000 |
commit | fbd6528e365babdd9e6d59089ef210f04a7eb19e (patch) | |
tree | 973527aca746eaae27fc1e3498502eba11c1a766 | |
parent | d581c99ab5caebc8029eea4a14834af2b989faac (diff) | |
download | scummvm-rg350-fbd6528e365babdd9e6d59089ef210f04a7eb19e.tar.gz scummvm-rg350-fbd6528e365babdd9e6d59089ef210f04a7eb19e.tar.bz2 scummvm-rg350-fbd6528e365babdd9e6d59089ef210f04a7eb19e.zip |
stay within 80 char limit
svn-id: r10983
-rw-r--r-- | base/gameDetector.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 00038c3093..7e8c9efa47 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -57,7 +57,8 @@ static const char USAGE_STRING[] = " super2xsai,supereagle,advmame2x,advmame3x,hq2x,\n" " hq3x,tv2x,dotmatrix)\n" " -e, --music-driver=MODE Select music driver (see README for details)\n" - " -q, --language=LANG Select language (en,de,fr,it,pt,es,jp,zh,kr,se,gb,hb,ru)\n" + " -q, --language=LANG Select language (en,de,fr,it,pt,es,jp,zh,kr,se,gb,\n" + " hb,ru)\n" " -m, --music-volume=NUM Set the music volume, 0-255 (default: 192)\n" " -o, --master-volume=NUM Set the master volume, 0-255 (default: 192)\n" " -s, --sfx-volume=NUM Set the sfx volume, 0-255 (default: 192)\n" @@ -87,8 +88,8 @@ static const char USAGE_STRING[] = " --talkspeed=NUM Set talk speed for SCUMM games (default: 60)\n" #endif "\n" - "The meaning of long options can be inverted by prefixing them with \"no-\",\n" - "e.g. \"--no-aspect-ratio\".\n" + "The meaning of boolean long options can be inverted by prefixing them with\n" + "\"no-\", e.g. \"--no-aspect-ratio\".\n" ; #endif |