aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-07-11 15:56:10 +0100
committerGitHub2017-07-11 15:56:10 +0100
commitdb08eff02ede9681c6d964dc5d7753d47a1ca3b2 (patch)
tree69223ba20a8bc2e9f858dd6f18cb7ed0d37bf861
parent705b44502446144b01bc133e079af2bf6c78660d (diff)
parent156e19c6dc5d270390dcc7a6b93b3270df7f7ef0 (diff)
downloadbrew-db08eff02ede9681c6d964dc5d7753d47a1ca3b2.tar.bz2
Merge pull request #2858 from marinintim/update_to_upgrade
Call upgrade if something was passed to update
-rw-r--r--Library/Homebrew/cmd/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh
index 77a5c1cd2..fb6a3459c 100644
--- a/Library/Homebrew/cmd/update.sh
+++ b/Library/Homebrew/cmd/update.sh
@@ -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