manage: say uninstall command is allowed value

Update manage
pull/680/head
Botspot 3 years ago committed by GitHub
commit 917bb1122a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,5 +356,5 @@ elif [ "$1" == 'update-all' ];then
IFS="$PREIFS"
echo -e '\e[92mOperation completed successfully!\e[39m'
else
error "Did not understand $1. Allowed values: 'install', 'install-if-not-installed', 'multi-install', 'multi-uninstall', 'update', 'check-all', or 'update-all'."
error "Did not understand $1. Allowed values: 'install', 'uninstall', 'install-if-not-installed', 'multi-install', 'multi-uninstall', 'update', 'check-all', or 'update-all'."
fi

Loading…
Cancel
Save