uninstall: don't comma-seperate kegs in example
The example command given in the dependency errors/warnings previously comma-seperated the kegs, which was incorrect syntax. This fixes that.
This commit is contained in:
parent
ea3a41e213
commit
bbf53ad4ab
@ -121,7 +121,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
def sample_command
|
def sample_command
|
||||||
"brew uninstall --ignore-dependencies #{list ARGV.named}"
|
"brew uninstall --ignore-dependencies #{ARGV.named.join(" ")}"
|
||||||
end
|
end
|
||||||
|
|
||||||
def are_required_by_deps
|
def are_required_by_deps
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user