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>
This commit is contained in:
parent
b4ddaecf75
commit
f690b54621
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user