Skip to content
Snippets Groups Projects
Commit 1f340a26 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

support --help to do the same as -h

parent 242a17b9
No related branches found
No related tags found
No related merge requests found
......@@ -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)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment