aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/cleanup.rb
diff options
context:
space:
mode:
authorMax Howell2011-08-05 13:19:24 +0100
committerMax Howell2011-08-24 22:30:42 +0100
commit29a9dbece2724c909fbfe97fde00a59ccd3f6039 (patch)
treee96a1f4fdfe50ce6b9366612385fc24ce39cab5e /Library/Homebrew/cmd/cleanup.rb
parent1f44d766ed5518e07467839c07432198eeea7dbc (diff)
downloadhomebrew-29a9dbece2724c909fbfe97fde00a59ccd3f6039.tar.bz2
Revise cleanup text, we're removing, not uninstalling
Diffstat (limited to 'Library/Homebrew/cmd/cleanup.rb')
-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