From d5a21b4c6198d861a09ebeefec02bf78395f2e4e Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 11 Apr 2016 16:22:17 -0400 Subject: [PATCH] Add --help to test_with_arvbox.sh, no issue # --- sdk/cwl/test_with_arvbox.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index bc0289e204..bee1938584 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -23,6 +23,10 @@ while test -n "$1" ; do config=$2 shift ; shift ;; + -h|--help) + echo "$0 [--no-reset-container] [--leave-running] [--config dev|localdemo]" + exit + ;; -*) break ;; -- 2.30.2