From: Daniel Stenberg Date: Mon, 11 May 2009 11:39:42 +0000 (+0000) Subject: support --help to do the same as -h X-Git-Tag: curl-7_19_5~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f340a262f5b85c480727bf6a68e0dd35d8c844a;p=thirdparty%2Fcurl.git support --help to do the same as -h --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 4ca2ef9453..18e64b724a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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 <