tab: tweak options info output
Closes Homebrew/homebrew#41101. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
0341f85b06
commit
a289d7d2ca
@ -207,7 +207,7 @@ class Tab < OpenStruct
|
||||
unless used_options.empty?
|
||||
s << "Installed" if s.empty?
|
||||
s << "with:"
|
||||
s << used_options.to_a.join(", ")
|
||||
s << used_options.to_a.join(" ")
|
||||
end
|
||||
s.join(" ")
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user