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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2406%2Fhead;p=thirdparty%2Fpdns.git support --help in start-test-stop --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 536b0ed17c..0f15048416 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__'