mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 18:38:03 -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];
|
my $README = $ARGV[0];
|
||||||
|
|
||||||
if($README eq "") {
|
if($README eq "") {
|
||||||
print "usage: mkreadme.pl [-c] <README> < manpage\n";
|
print "usage: mkhelp.pl [-c] <README> < manpage\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user