aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/cleanup.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/cleanup.rb b/Library/Homebrew/cmd/cleanup.rb
index 6254983b9..f5f11599c 100644
--- a/Library/Homebrew/cmd/cleanup.rb
+++ b/Library/Homebrew/cmd/cleanup.rb
@@ -36,7 +36,7 @@ module Homebrew extend self
if f.installed? and rack.directory?
rack.children.each do |keg|
if f.installed_prefix != keg
- print "Uninstalling #{keg}..."
+ print "Removing #{keg}..."
rm_rf keg
puts
end