diff options
| -rwxr-xr-x | tools/credits.pl | 2 |
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; |
