Update maintainers, manpage and completions.

Autogenerated by the [update-manpage](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-manpage.yml) workflow.
This commit is contained in:
BrewTestBot 2021-04-12 15:24:13 +00:00
parent 9a3763878e
commit 02f33834be
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 0 deletions

View File

@ -1626,6 +1626,8 @@ Only supports GitHub Actions as a CI provider. This is because Homebrew uses Git
Run `brew bottle --keep-old` to build new bottles for a single platform.
* `--skip-relocation`:
Run `brew bottle --skip-relocation` to build new bottles that don't require relocation.
* `--only-json-tab`:
Run `brew bottle --only-json-tab` to build new bottles that do not contain a tab.
* `--local`:
Ask Homebrew to write verbose logs under `./logs/` and set `$HOME` to `./home/`
* `--tap`:

View File

@ -2282,6 +2282,10 @@ Run \fBbrew bottle \-\-keep\-old\fR to build new bottles for a single platform\.
Run \fBbrew bottle \-\-skip\-relocation\fR to build new bottles that don\'t require relocation\.
.
.TP
\fB\-\-only\-json\-tab\fR
Run \fBbrew bottle \-\-only\-json\-tab\fR to build new bottles that do not contain a tab\.
.
.TP
\fB\-\-local\fR
Ask Homebrew to write verbose logs under \fB\./logs/\fR and set \fB$HOME\fR to \fB\./home/\fR
.