From: Daniel Stenberg Date: Tue, 14 Nov 2000 10:28:25 +0000 (+0000) Subject: added help text on -h X-Git-Tag: curl-7_5~134 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c19d2518c525bfc9f93611bcf3a311fe25a16b7;p=thirdparty%2Fcurl.git added help text on -h --- diff --git a/tests/runtests.pl b/tests/runtests.pl index e5e3a1ba33..be37618bf7 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl +# $Id$ # # Main curl test script, in perl to run on more platforms # @@ -343,6 +344,18 @@ do { # short output $short=1; } + elsif($ARGV[0] eq "-h") { + # show help text + print <