aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2011-08-23 23:21:19 +0100
committerMax Howell2011-08-24 22:30:43 +0100
commit4f4d70d457fea1dee63d9c80eac6d99c918f24e7 (patch)
tree1edf0c262a5f65743c28fba44403a528bfc85469 /Library
parent42cc28597cb8b6260fccd7ff9849a1f04ae17d78 (diff)
downloadbrew-4f4d70d457fea1dee63d9c80eac6d99c918f24e7.tar.bz2
Prettier brew uses output (columnate)
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/uses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/uses.rb b/Library/Homebrew/cmd/uses.rb
index 455b29b31..a94dc469e 100644
--- a/Library/Homebrew/cmd/uses.rb
+++ b/Library/Homebrew/cmd/uses.rb
@@ -20,6 +20,6 @@ module Homebrew extend self
keg.directory? and not keg.subdirs.empty?
end
end
- puts uses.sort
+ puts_columns uses.map(&:to_s).sort
end
end