aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd/bottle.rb
diff options
context:
space:
mode:
authorEricFromCanada2018-02-01 16:06:17 -0500
committerEricFromCanada2018-02-01 16:06:17 -0500
commit1d2b4ed321c55df609d69e3505e3d37ad28c6fb8 (patch)
tree72a5116eff4d631e28832a3adef59ee16cc03be4 /Library/Homebrew/dev-cmd/bottle.rb
parent2020f382cb6cc51d58f7cf6c2895361129f11b5a (diff)
downloadbrew-1d2b4ed321c55df609d69e3505e3d37ad28c6fb8.tar.bz2
docs: add more missing option descriptions
and improve wording or formatting where necessary.
Diffstat (limited to 'Library/Homebrew/dev-cmd/bottle.rb')
-rw-r--r--Library/Homebrew/dev-cmd/bottle.rb4
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"