Add relinking instructions.

Closes Homebrew/homebrew#15488.
This commit is contained in:
Adam Vandenberg 2012-10-22 12:27:07 -07:00
parent 6283246691
commit e99ca2d59f

View File

@ -17,6 +17,7 @@ module Homebrew extend self
ARGV.kegs.each do |keg|
if keg.linked?
opoo "Already linked: #{keg}"
puts "To relink: brew unlink #{keg.fname} && brew link #{keg.fname}"
next
end