Skip to content
Snippets Groups Projects
Commit c29a458d authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1751 from alyssais/uninstall_message

uninstall: a couple of dependency error/warning message improvements
parents e2689a69 bbf53ad4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment