Skip to content

Commit 76194be

Browse files
authored
Merge pull request #5991 from h3ssan/refactor/update-script-help-exit
Refactor: `update.sh` script with `--help` should exit with status code 0
2 parents 3b23afa + 2fe21e9 commit 76194be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ while (($#)); do
409409
-f|--force - Force update, do not ask questions
410410
-d|--dev - Enables Developer Mode (No Checkout of update.sh for tests)
411411
'
412-
exit 1
412+
exit 0
413413
esac
414414
shift
415415
done

0 commit comments

Comments
 (0)