From 7af6d58a3a8a4e94e968cba1d02ea9ad393b3879 Mon Sep 17 00:00:00 2001 From: Jai-JAP <78354625+Jai-JAP@users.noreply.github.com> Date: Fri, 21 May 2021 20:31:34 +0530 Subject: [PATCH] Update manage --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 8fa59f7..499702d 100755 --- a/manage +++ b/manage @@ -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