Skip to content
Snippets Groups Projects
Commit a289d7d2 authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

tab: tweak options info output


Closes Homebrew/homebrew#41101.

Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
parent 0341f85b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment