Specify that they are symlinks

This commit is contained in:
Max Howell 2011-08-21 14:29:48 +01:00
parent 79d78bf933
commit 471dc987e5

View File

@ -2,7 +2,7 @@ module Homebrew extend self
def link
ARGV.kegs.each do |keg|
print "Linking #{keg}... "
puts "#{keg.link} links created"
puts "#{keg.link} symlinks created"
end
end
end