Merge pull request #3693 from ilovezfs/info-always-show-spec-options

info: show spec options for optionless formulae
This commit is contained in:
Mike McQuaid 2018-01-18 15:29:29 +00:00 committed by GitHub
commit b17672a2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,7 +164,7 @@ module Homebrew
end
end
unless f.options.empty?
if !f.options.empty? || f.head || f.devel
ohai "Options"
Homebrew.dump_options_for_formula f
end