[Scummvm-cvs-logs] CVS: scummvm/base gameDetector.cpp,1.43,1.44

Jonathan Gray khalek at users.sourceforge.net
Sun Oct 26 13:11:16 CET 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv7130

Modified Files:
	gameDetector.cpp 
Log Message:
stay within 80 char limit

Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/gameDetector.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- gameDetector.cpp	26 Oct 2003 13:33:49 -0000	1.43
+++ gameDetector.cpp	26 Oct 2003 21:08:53 -0000	1.44
@@ -57,7 +57,8 @@
 	"                           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 @@
 	"  --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
 





More information about the Scummvm-git-logs mailing list