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:
parent
604edced25
commit
fb470a2e40
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user