Parcourir la source

Refactor: `update.sh` script with `--help` should exit with status code 0

Hassan A Hashim il y a 1 an
Parent
commit
2fe21e9641
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      update.sh

+ 1 - 1
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