aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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?