aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/brew b/bin/brew
index 7e1bd720b..f16d19eb4 100755
--- a/bin/brew
+++ b/bin/brew
@@ -114,6 +114,9 @@ begin
when 'unlink'
ARGV.kegs.each {|keg| puts "#{keg.unlink} links removed for #{keg}"}
+ when 'unlink'
+ ARGV.kegs.each {|keg| puts "#{keg.unlink} links removed for #{keg}"}
+
when 'rm', 'uninstall', 'remove'
ARGV.kegs.each do |keg|
puts "Uninstalling #{keg}..."