[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.128,1.129
Jonathan Gray
khalek at users.sourceforge.net
Mon Aug 4 05:43:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv25362/common
Modified Files:
gameDetector.cpp
Log Message:
fix lines exceeding 80 chars in usage help
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- gameDetector.cpp 3 Aug 2003 22:51:22 -0000 1.128
+++ gameDetector.cpp 4 Aug 2003 12:42:40 -0000 1.129
@@ -47,17 +47,21 @@
static const char USAGE_STRING[] = "NoUsageString"; // save more data segment space
#else
static const char USAGE_STRING[] =
- "ScummVM - Scumm Interpreter\n"
+ "ScummVM - Graphical Adventure Game Interpreter\n"
"Syntax:\n"
- "\tscummvm [-v] [-d[<num>]] [-n] [-b<num>] [-t<num>] [-s<num>] [-p<path>] [-m<num>] [-f] game\n"
- "Flags:\n"
+ "\tscummvm [OPTIONS] [game]\n"
+ "Options:\n"
"\t-p<path> - look for game in <path>\n"
"\t-x[<num>] - load this savegame (default: 0 - autosave)\n"
"\t-f - fullscreen mode\n"
- "\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,supereagle,advmame2x,advmame3x,tv2x,dotmatrix)\n"
+ "\t-g<mode> - graphics mode (normal,2x,3x,2xsai,super2xsai,\n"
+ "\t supereagle,advmame2x, advmame3x,tv2x,dotmatrix)\n"
"\t-e<mode> - set music engine (see README for details)\n"
"\t-a - specify game is amiga version\n"
- "\t-q<lang> - specify language (en,de,fr,it,pt,es,jp,zh,kr,hb) BASS also: (gb, se)\n"
+ "\t-q<lang> - specify language (en,de,fr,it,pt,es,jp,zh,kr,hb)\n"
+#ifndef DISABLE_SKY
+ "\t BASS also: (gb, se)\n"
+#endif
"\n"
"\t-c<num> - use cdrom <num> for cd audio\n"
"\t-m<num> - set music volume to <num> (0-255)\n"
More information about the Scummvm-git-logs
mailing list