remove --all flag

Remove flag as per homebrew's warning:

Warning: We decided to not change the behaviour of `brew upgrade` so
`brew upgrade --all` is equivalent to `brew upgrade` without any other
arguments (so the `--all` is a no-op and can be removed).
This commit is contained in:
Kevin Pruett 2016-10-03 12:00:08 -04:00 committed by Rui Coelho
parent 32926cdb9a
commit 22ef730846

View file

@ -20,7 +20,7 @@ alias brewC='brew cleanup --force'
alias brewi='brew install'
alias brewl='brew list'
alias brews='brew search'
alias brewu='brew update && brew upgrade --all'
alias brewu='brew update && brew upgrade'
alias brewx='brew remove'
# Homebrew Cask