aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/versions.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/versions.rb b/Library/Homebrew/cmd/versions.rb
index 35597c6c5..5a356cb88 100644
--- a/Library/Homebrew/cmd/versions.rb
+++ b/Library/Homebrew/cmd/versions.rb
@@ -7,6 +7,11 @@ module Homebrew extend self
raise FormulaUnspecifiedError if ARGV.named.empty?
+ opoo <<-EOS.undent
+ brew-versions is unsupported and may be removed soon.
+ Please use the homebrew-versions tap instead:
+ https://github.com/Homebrew/homebrew-versions
+ EOS
ARGV.formulae.all? do |f|
if ARGV.include? '--compact'
puts f.versions * " "