diff options
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
