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:
Alyssa Ross 2016-12-30 17:45:37 +00:00
parent ea3a41e213
commit bbf53ad4ab

View File

@ -121,7 +121,7 @@ module Homebrew
end
def sample_command
"brew uninstall --ignore-dependencies #{list ARGV.named}"
"brew uninstall --ignore-dependencies #{ARGV.named.join(" ")}"
end
def are_required_by_deps