aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMax Howell2009-06-18 09:50:01 +0100
committerMax Howell2009-06-18 10:31:22 +0100
commit00f7b988edda17aa02dd87005a4f2decfd71092a (patch)
tree6d2c39cb72a21df1c66aadcec0bbae860338a898 /bin
parentba7e4e58ff95a019194fbc494eca58dd23393b84 (diff)
downloadhomebrew-00f7b988edda17aa02dd87005a4f2decfd71092a.tar.bz2
brew uninstall alias
Diffstat (limited to 'bin')
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/brew b/bin/brew
index d169f87ae..20e4d667b 100755
--- a/bin/brew
+++ b/bin/brew
@@ -248,7 +248,7 @@ begin
n=0
shift_formulae_from_ARGV.each {|name| n+=ln name}
puts "Created #{n} links"
- when 'rm'
+ when 'rm', 'uninstall'
shift_formulae_from_ARGV.each {|name| rm name}
when 'mk'
require 'brewkit'