From 5e73e68ab1da3decf078747fba1e1d905a71b0c1 Mon Sep 17 00:00:00 2001 From: Nikolaus Wittenstein Date: Tue, 19 May 2015 13:05:42 -0400 Subject: [PATCH] Info shows the desc if present --- Library/Homebrew/cmd/info.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/cmd/info.rb b/Library/Homebrew/cmd/info.rb index 74443a41cd..1c4136547f 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?