diff options
| author | Nikolaus Wittenstein | 2015-05-19 13:05:42 -0400 | 
|---|---|---|
| committer | Mike McQuaid | 2015-05-25 17:23:50 +0100 | 
| commit | 5e73e68ab1da3decf078747fba1e1d905a71b0c1 (patch) | |
| tree | 673ef33512e4815c4b502727fdef572ca55641eb /Library/Homebrew/cmd/info.rb | |
| parent | 86365470e6a2a02c1a54f75fae818b779375b079 (diff) | |
| download | brew-5e73e68ab1da3decf078747fba1e1d905a71b0c1.tar.bz2 | |
Info shows the desc if present
Diffstat (limited to 'Library/Homebrew/cmd/info.rb')
| -rw-r--r-- | Library/Homebrew/cmd/info.rb | 2 | 
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? | 
