update: more help flag (#180)

To be synced with the help flag list in brew.rb
This commit is contained in:
Xu Cheng 2016-05-02 17:58:41 +08:00
parent 0812b721bd
commit 3b40dcedf8

View File

@ -234,7 +234,7 @@ homebrew-update() {
for option in "$@"
do
case "$option" in
--help) brew help update; exit $? ;;
-?|-h|--help|--usage) brew help update; exit $? ;;
--verbose) HOMEBREW_VERBOSE=1 ;;
--debug) HOMEBREW_DEBUG=1;;
--merge) HOMEBREW_MERGE=1 ;;