mirror of
https://github.com/curl/curl.git
synced 2026-07-25 16:27:16 +03:00
support --help to do the same as -h
This commit is contained in:
parent
242a17b9e0
commit
1f340a262f
1 changed files with 1 additions and 1 deletions
|
|
@ -2799,7 +2799,7 @@ while(@ARGV) {
|
|||
# keep stdout and stderr files after tests
|
||||
$keepoutfiles=1;
|
||||
}
|
||||
elsif($ARGV[0] eq "-h") {
|
||||
elsif(($ARGV[0] eq "-h") || ($ARGV[0] eq "--help")) {
|
||||
# show help text
|
||||
print <<EOHELP
|
||||
Usage: runtests.pl [options] [test selection(s)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue