From: Christian Hofstaedtler Date: Thu, 2 Apr 2015 12:05:08 +0000 (+0200) Subject: support --help in start-test-stop X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04676415f112235306490198592e489a5fe9f8e8;p=pdns support --help in start-test-stop --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 536b0ed17..0f1504841 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -178,7 +178,7 @@ spectest=$5 testsdir=./tests -if [ "$port" = help ] || [ "$context" = help ] +if [ "$port" = help ] || [ "$context" = help ] || [ "$port" = "--help" ] || [ "$context" = "--help" ] then set +x grep -v '^#' << '__EOF__'