mkhelp.pl: fix script name in usage text

This commit is contained in:
Simon Warta 2017-06-13 19:16:25 +02:00 committed by Daniel Stenberg
parent 604edced25
commit fb470a2e40
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if($ARGV[0] eq "-c") {
my $README = $ARGV[0];
if($README eq "") {
print "usage: mkreadme.pl [-c] <README> < manpage\n";
print "usage: mkhelp.pl [-c] <README> < manpage\n";
exit;
}