18870: fix
[arvados.git] / tools / salt-install / installer.sh
index f4934aa2f86fdaae02eda51b4095d0f65500331e..20484e26510a7904e7d436de8198cc2d9b0a0b96 100755 (executable)
@@ -131,10 +131,12 @@ case "$subcmd" in
        export ARVADOS_API_TOKEN="$SYSTEM_ROOT_TOKEN"
 
        arvados-client diagnostics -internal-client
+       ;;
     *)
        echo "Arvados installer"
        echo ""
        echo "initialize   initialize the setup directory for configuration"
        echo "deploy       deploy the configuration from the setup directory"
+       echo "diagnostics  check your install using diagnostics"
        ;;
 esac