Add warning to brew cask help.

This commit is contained in:
Markus Reiter 2016-12-17 17:13:04 +01:00
parent 1745997a30
commit b11f38659a

View File

@ -10,7 +10,7 @@ module Hbc
end end
def self.help def self.help
"a synonym for 'brew update'" Formatter.warning("deprecated: use `brew update` instead")
end end
end end
end end