diff options
| author | Mike McQuaid | 2018-02-05 10:31:57 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-05 10:31:57 +0100 |
| commit | 3ac2f81f3c07232fc8d7373bbd43a46abe85a3d8 (patch) | |
| tree | d79e615212e598f9310fb505e96778bd60e058f7 /Library/Homebrew/dev-cmd/bottle.rb | |
| parent | 3269716f3ac6370b16444eb58ba59e2557515570 (diff) | |
| parent | 91246c25535e80b484bcc5a7a11c5d58fd76b962 (diff) | |
| download | brew-3ac2f81f3c07232fc8d7373bbd43a46abe85a3d8.tar.bz2 | |
Merge pull request #3757 from EricFromCanada/master
docs: add more option descriptions
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" |
