Merge pull request #2858 from marinintim/update_to_upgrade

Call upgrade if something was passed to update
This commit is contained in:
Mike McQuaid 2017-07-11 15:56:10 +01:00 committed by GitHub
commit db08eff02e

View File

@ -336,7 +336,7 @@ homebrew-update() {
*)
odie <<EOS
This command updates brew itself, and does not take formula names.
Use 'brew upgrade <formula>'.
Use 'brew upgrade $@' instead.
EOS
;;
esac