aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/options.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb
index 1cfbbef7b..4e7fe0a42 100644
--- a/Library/Homebrew/cmd/options.rb
+++ b/Library/Homebrew/cmd/options.rb
@@ -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