diff options
| author | Mike McQuaid | 2016-12-30 18:51:43 +0000 |
|---|---|---|
| committer | GitHub | 2016-12-30 18:51:43 +0000 |
| commit | c29a458dc15efc92e3649155d0ed44bf982cdc15 (patch) | |
| tree | 79df9d40f80633976c1604c9a85b13f82c81a43e | |
| parent | e2689a697cd892910fd9bbdbae38d1dd67cf426b (diff) | |
| parent | bbf53ad4ab6afccb739828b5c7b5bcf905fd5160 (diff) | |
| download | brew-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.rb | 2 |
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 |
