diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/options.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb index 8b47b9dad..530c88167 100644 --- a/Library/Homebrew/cmd/options.rb +++ b/Library/Homebrew/cmd/options.rb @@ -32,7 +32,7 @@ module Homebrew extend self def dump_options_for_formula f f.build.each do |k,v| - puts k + puts "--"+k puts "\t"+v end end |
