[Scummvm-cvs-logs] CVS: tools sword2mp3.c,1.1,1.2

Joost Peters joostp at users.sourceforge.net
Mon Aug 23 10:01:04 CEST 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23684

Modified Files:
	sword2mp3.c 
Log Message:
correct usage string; sword2 speech files are not named monster.sou =)


Index: sword2mp3.c
===================================================================
RCS file: /cvsroot/scummvm/tools/sword2mp3.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sword2mp3.c	23 Aug 2004 06:22:15 -0000	1.1
+++ sword2mp3.c	23 Aug 2004 17:00:34 -0000	1.2
@@ -30,7 +30,7 @@
 
 void showhelp(char *exename)
 {
-	printf("\nUsage: %s <params> monster.sou\n", exename);
+	printf("\nUsage: %s <params> file.clu\n", exename);
 
 	printf("\nParams:\n");
 	printf(" --mp3        encode to MP3 format (default)\n");





More information about the Scummvm-git-logs mailing list