From a289d7d2cafd2cf9f1e11e313b64490a6b4c65de Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 26 Jun 2015 10:08:41 +0100 Subject: tab: tweak options info output Closes Homebrew/homebrew#41101. Signed-off-by: Dominyk Tiller --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 85252ab60..432319bf8 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -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 -- cgit v1.2.3