scope launch script: Also recongize -h, -help and --help

This commit is contained in:
Mike Lang
2016-12-12 11:26:01 -08:00
parent 90709b61aa
commit 3a69c19d6e
+1 -1
View File
@@ -200,7 +200,7 @@ case "$COMMAND" in
$WEAVESCOPE_DOCKER_ARGS "$SCOPE_IMAGE" --mode=version
;;
help)
-h|help|-help|--help)
usage
;;