aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMarkus Reiter2016-12-17 17:13:04 +0100
committerMarkus Reiter2016-12-30 14:01:43 +0100
commitb11f38659a9799b3670655677216e0176de3a765 (patch)
treefa500453db5523531d2738285e617bb3b38b27cd /Library
parent1745997a305d92b5fd26e2a557ca5f061684773a (diff)
downloadbrew-b11f38659a9799b3670655677216e0176de3a765.tar.bz2
Add warning to `brew cask help`.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/compat/hbc/cli/update.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compat/hbc/cli/update.rb b/Library/Homebrew/compat/hbc/cli/update.rb
index 32186472b..ab161ea65 100644
--- a/Library/Homebrew/compat/hbc/cli/update.rb
+++ b/Library/Homebrew/compat/hbc/cli/update.rb
@@ -10,7 +10,7 @@ module Hbc
end
def self.help
- "a synonym for 'brew update'"
+ Formatter.warning("deprecated: use `brew update` instead")
end
end
end