update-bash: stop handling command name argument
This commit is contained in:
parent
8907778d4a
commit
aa8329b5a0
@ -228,7 +228,6 @@ update-bash() {
|
||||
for option in "$@"
|
||||
do
|
||||
case "$option" in
|
||||
update|update-bash) shift ;;
|
||||
--help) brew update --help; exit $? ;;
|
||||
--verbose) HOMEBREW_VERBOSE=1 ;;
|
||||
--debug) HOMEBREW_DEBUG=1;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user