update: more help flag (#180)
To be synced with the help flag list in brew.rb
This commit is contained in:
parent
0812b721bd
commit
3b40dcedf8
@ -234,7 +234,7 @@ homebrew-update() {
|
|||||||
for option in "$@"
|
for option in "$@"
|
||||||
do
|
do
|
||||||
case "$option" in
|
case "$option" in
|
||||||
--help) brew help update; exit $? ;;
|
-?|-h|--help|--usage) brew help update; exit $? ;;
|
||||||
--verbose) HOMEBREW_VERBOSE=1 ;;
|
--verbose) HOMEBREW_VERBOSE=1 ;;
|
||||||
--debug) HOMEBREW_DEBUG=1;;
|
--debug) HOMEBREW_DEBUG=1;;
|
||||||
--merge) HOMEBREW_MERGE=1 ;;
|
--merge) HOMEBREW_MERGE=1 ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user