aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/info.rb
diff options
context:
space:
mode:
authorNikolaus Wittenstein2015-05-19 13:05:42 -0400
committerMike McQuaid2015-05-25 17:23:50 +0100
commit5e73e68ab1da3decf078747fba1e1d905a71b0c1 (patch)
tree673ef33512e4815c4b502727fdef572ca55641eb /Library/Homebrew/cmd/info.rb
parent86365470e6a2a02c1a54f75fae818b779375b079 (diff)
downloadbrew-5e73e68ab1da3decf078747fba1e1d905a71b0c1.tar.bz2
Info shows the desc if present
Diffstat (limited to 'Library/Homebrew/cmd/info.rb')
-rw-r--r--Library/Homebrew/cmd/info.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb
index 74443a41c..1c4136547 100644
--- a/Library/Homebrew/cmd/info.rb
+++ b/Library/Homebrew/cmd/info.rb
@@ -94,6 +94,8 @@ module Homebrew
puts "#{f.name}: #{specs*', '}#{' (pinned)' if f.pinned?}"
+ puts f.desc if f.desc
+
puts f.homepage
if f.keg_only?