Skip to content

Commit

Permalink
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit
Browse files Browse the repository at this point in the history
Refactor: `update.sh` script with `--help` should exit with status code 0
  • Loading branch information
DerLinkman committed Aug 7, 2024
2 parents 3b23afa + 2fe21e9 commit 76194be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76194be

Please sign in to comment.