From 156e19c6dc5d270390dcc7a6b93b3270df7f7ef0 Mon Sep 17 00:00:00 2001 From: Tim Marinin Date: Wed, 5 Jul 2017 21:49:27 +0300 Subject: [PATCH] Display "Use `brew upgrade foo` instead" when calling update with args So the user could just copy-paste the command. --- Library/Homebrew/cmd/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/update.sh b/Library/Homebrew/cmd/update.sh index 77a5c1cd2f984..fb6a3459c1ec2 100644 --- a/Library/Homebrew/cmd/update.sh +++ b/Library/Homebrew/cmd/update.sh @@ -336,7 +336,7 @@ homebrew-update() { *) odie <'. +Use 'brew upgrade $@' instead. EOS ;; esac