From 2fe21e964126e0f4a251ad72443f21ef622c6edb Mon Sep 17 00:00:00 2001 From: Hassan A Hashim Date: Wed, 7 Aug 2024 14:57:36 +0300 Subject: [PATCH] Refactor: `update.sh` script with `--help` should exit with status code 0 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 38942cc5..b89514e5 100755 --- a/update.sh +++ b/update.sh @@ -409,7 +409,7 @@ while (($#)); do -f|--force - Force update, do not ask questions -d|--dev - Enables Developer Mode (No Checkout of update.sh for tests) ' - exit 1 + exit 0 esac shift done