Skip to content
Snippets Groups Projects
Commit cb73e38c authored by Xu Cheng's avatar Xu Cheng
Browse files

options: use Formula#full_name

parent 8ff4f46e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ module Homebrew
if ARGV.include? '--compact'
puts f.options.as_flags.sort * " "
else
puts f.name if formulae.length > 1
puts f.full_name if formulae.length > 1
dump_options_for_formula f
puts
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment