[Scummvm-cvs-logs] CVS: scummvm/tools credits.pl,1.41,1.42

Max Horn fingolfin at users.sourceforge.net
Wed Jan 25 09:55:11 CET 2006


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

Modified Files:
	credits.pl 
Log Message:
Do not hardcode the program name (bad style)

Index: credits.pl
===================================================================
RCS file: /cvsroot/scummvm/scummvm/tools/credits.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- credits.pl	16 Jan 2006 18:25:29 -0000	1.41
+++ credits.pl	25 Jan 2006 17:54:28 -0000	1.42
@@ -41,7 +41,7 @@
 }
 
 if ($mode eq "") {
-	print STDERR "Usage: credits.pl [--text | --html | --cpp | --xml | --rtf]\n";
+	print STDERR "Usage: $0 [--text | --html | --cpp | --xml | --rtf]\n";
 	print STDERR " Just pass --text / --html / --cpp / --xml / --rtf as parameter, and credits.pl\n";
 	print STDERR " will print out the corresponding version of the credits to stdout.\n";
 	exit 1;





More information about the Scummvm-git-logs mailing list