aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2016-12-30 18:51:43 +0000
committerGitHub2016-12-30 18:51:43 +0000
commitc29a458dc15efc92e3649155d0ed44bf982cdc15 (patch)
tree79df9d40f80633976c1604c9a85b13f82c81a43e
parente2689a697cd892910fd9bbdbae38d1dd67cf426b (diff)
parentbbf53ad4ab6afccb739828b5c7b5bcf905fd5160 (diff)
downloadbrew-c29a458dc15efc92e3649155d0ed44bf982cdc15.tar.bz2
Merge pull request #1751 from alyssais/uninstall_message
uninstall: a couple of dependency error/warning message improvements
-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 505d4e4b2..c08b13dad 100644
--- a/Library/Homebrew/cmd/uninstall.rb
+++ b/Library/Homebrew/cmd/uninstall.rb
@@ -121,7 +121,7 @@ module Homebrew
end
def sample_command
- "brew uninstall --ignore-dependencies #{list reqs.map(&:name)}"
+ "brew uninstall --ignore-dependencies #{ARGV.named.join(" ")}"
end
def are_required_by_deps