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?
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user