options: use Formula#full_name
This commit is contained in:
parent
8ff4f46e0c
commit
cb73e38cfc
@ -18,7 +18,7 @@ module Homebrew
|
|||||||
if ARGV.include? '--compact'
|
if ARGV.include? '--compact'
|
||||||
puts f.options.as_flags.sort * " "
|
puts f.options.as_flags.sort * " "
|
||||||
else
|
else
|
||||||
puts f.name if formulae.length > 1
|
puts f.full_name if formulae.length > 1
|
||||||
dump_options_for_formula f
|
dump_options_for_formula f
|
||||||
puts
|
puts
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user