1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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;
}