diff options
Diffstat (limited to 'Library/Homebrew/dev-cmd/bottle.rb')
| -rw-r--r-- | Library/Homebrew/dev-cmd/bottle.rb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/Library/Homebrew/dev-cmd/bottle.rb b/Library/Homebrew/dev-cmd/bottle.rb index 204e7cef9..a233dfb57 100644 --- a/Library/Homebrew/dev-cmd/bottle.rb +++ b/Library/Homebrew/dev-cmd/bottle.rb @@ -25,6 +25,10 @@  #:    If `--write` is passed, write the changes to the formula file. A new  #:    commit will then be generated unless `--no-commit` is passed. +# Undocumented options: +#     `--json` writes bottle information to a JSON file, which can be used as +#     the argument for `--merge`. +  require "formula"  require "utils/bottles"  require "tab" | 
