aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/uninstall.rb
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-08-17 16:55:59 +0200
committerBaptiste Fontaine2015-08-17 20:36:02 +0200
commitf690b546215119c14c9626a5c89dbbc828eb3503 (patch)
tree930d406407c525705a6752b33dd792cc683c7ebb /Library/Homebrew/cmd/uninstall.rb
parentb4ddaecf752e29cc10e772cb4435bdcce5ce8f36 (diff)
downloadbrew-f690b546215119c14c9626a5c89dbbc828eb3503.tar.bz2
Suggest 'brew uninstall' everywhere for consistency
Mixing 'brew remove' with 'brew uninstall' can confuse users. Closes Homebrew/homebrew#43026. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
Diffstat (limited to 'Library/Homebrew/cmd/uninstall.rb')
-rw-r--r--Library/Homebrew/cmd/uninstall.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uninstall.rb b/Library/Homebrew/cmd/uninstall.rb
index 875c3ced7..8a5c4baba 100644
--- a/Library/Homebrew/cmd/uninstall.rb
+++ b/Library/Homebrew/cmd/uninstall.rb
@@ -63,7 +63,7 @@ module Homebrew
end
rescue MultipleVersionsInstalledError => e
ofail e
- puts "Use `brew remove --force #{e.name}` to remove all versions."
+ puts "Use `brew uninstall --force #{e.name}` to remove all versions."
end
def rm_pin(rack)