diff options
Diffstat (limited to 'Library/Homebrew/cmd/bottle.rb')
| -rw-r--r-- | Library/Homebrew/cmd/bottle.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb index 138e482e0..1980fbe9d 100644 --- a/Library/Homebrew/cmd/bottle.rb +++ b/Library/Homebrew/cmd/bottle.rb @@ -1,3 +1,10 @@ +#: @hide_from_man_page +#: * `bottle` [`--verbose`] [`--no-rebuild`] [`--keep-old`] [`--skip-relocation`] [`--root-url=<root_url>`]: +#: * `bottle` `--merge` [`--no-commit`] [`--keep-old`] [`--write`]: +#: +#: Generate a bottle (binary package) from a formula installed with +#: `--build-bottle`. + require "formula" require "utils/bottles" require "tab" |
