Fix a bunch of misspellings in our Go code (all in comments).
[arvados.git] / sdk / cwl / test_with_arvbox.sh
index bc0289e20415a88f9379504707c88a4befee1248..bee193858410581801ca2308f8b4045f8dea0179 100755 (executable)
@@ -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
             ;;