tab: tweak options info output

Closes Homebrew/homebrew#41101.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-06-26 10:08:41 +01:00
parent 0341f85b06
commit a289d7d2ca

View File

@ -207,7 +207,7 @@ class Tab < OpenStruct
unless used_options.empty? unless used_options.empty?
s << "Installed" if s.empty? s << "Installed" if s.empty?
s << "with:" s << "with:"
s << used_options.to_a.join(", ") s << used_options.to_a.join(" ")
end end
s.join(" ") s.join(" ")
end end