Merge pull request #5991 from h3ssan/refactor/update-script-help-exit

Refactor: `update.sh` script with `--help` should exit with status code 0
This commit is contained in:
Niklas Meyer
2024-08-07 14:03:32 +02:00
committed by GitHub

View File

@@ -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