From cb73e38cfc81c03f1d9cea528c5ce8f8cd20792c Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 27 May 2015 21:08:24 +0800 Subject: options: use Formula#full_name --- Library/Homebrew/cmd/options.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3