aboutsummaryrefslogtreecommitdiff
path: root/tools/credits.pl
diff options
context:
space:
mode:
authorMax Horn2006-01-25 17:54:28 +0000
committerMax Horn2006-01-25 17:54:28 +0000
commit7ad5158ae1448242bc8d3222b8a2fcb567dce2e2 (patch)
treed0628452c7ee6b7a4faa7c4f959aa2b324f2ccb4 /tools/credits.pl
parentca705b9167e9462b259614a0874ac2db1a3cee44 (diff)
downloadscummvm-rg350-7ad5158ae1448242bc8d3222b8a2fcb567dce2e2.tar.gz
scummvm-rg350-7ad5158ae1448242bc8d3222b8a2fcb567dce2e2.tar.bz2
scummvm-rg350-7ad5158ae1448242bc8d3222b8a2fcb567dce2e2.zip
Do not hardcode the program name (bad style)
svn-id: r20164
Diffstat (limited to 'tools/credits.pl')
-rwxr-xr-xtools/credits.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index 5497c15354..fd0d90799b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -41,7 +41,7 @@ if ($#ARGV >= 0) {
}
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;