Update maintainers, manpage and completions.

Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow.
This commit is contained in:
BrewTestBot 2021-10-13 00:06:32 +00:00
parent 2af9a2659a
commit b70654b4d0
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 10 additions and 10 deletions

View File

@ -502,7 +502,7 @@ _brew_bump_formula_pr() {
--url
--verbose
--version
--write
--write-only
"
return
;;

View File

@ -416,7 +416,7 @@ __fish_brew_complete_arg 'bump-cask-pr' -a '(__fish_brew_suggest_casks_all)'
__fish_brew_complete_cmd 'bump-formula-pr' 'Create a pull request to update formula with a new URL or a new tag'
__fish_brew_complete_arg 'bump-formula-pr' -l commit -d 'When passed with `--write`, generate a new commit after writing changes to the formula file'
__fish_brew_complete_arg 'bump-formula-pr' -l commit -d 'When passed with `--write-only`, generate a new commit after writing changes to the formula file'
__fish_brew_complete_arg 'bump-formula-pr' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'bump-formula-pr' -l dry-run -d 'Print what would be done rather than doing it'
__fish_brew_complete_arg 'bump-formula-pr' -l force -d 'Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified'
@ -436,7 +436,7 @@ __fish_brew_complete_arg 'bump-formula-pr' -l tag -d 'Specify the new git commit
__fish_brew_complete_arg 'bump-formula-pr' -l url -d 'Specify the URL for the new download. If a URL is specified, the SHA-256 checksum of the new download should also be specified'
__fish_brew_complete_arg 'bump-formula-pr' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'bump-formula-pr' -l version -d 'Use the specified version to override the value parsed from the URL or tag. Note that `--version=0` can be used to delete an existing version override from a formula if it has become redundant'
__fish_brew_complete_arg 'bump-formula-pr' -l write -d 'Make the expected file modifications without taking any Git actions'
__fish_brew_complete_arg 'bump-formula-pr' -l write-only -d 'Make the expected file modifications without taking any Git actions'
__fish_brew_complete_arg 'bump-formula-pr' -a '(__fish_brew_suggest_formulae_all)'

View File

@ -516,9 +516,9 @@ _brew_bump_cask_pr() {
# brew bump-formula-pr
_brew_bump_formula_pr() {
_arguments \
'--commit[When passed with `--write`, generate a new commit after writing changes to the formula file]' \
'--commit[When passed with `--write-only`, generate a new commit after writing changes to the formula file]' \
'--debug[Display any debugging information]' \
'(--write)--dry-run[Print what would be done rather than doing it]' \
'(--write-only --write)--dry-run[Print what would be done rather than doing it]' \
'--force[Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified]' \
'--fork-org[Use the specified GitHub organization for forking]' \
'--help[Show this message]' \
@ -536,7 +536,7 @@ _brew_bump_formula_pr() {
'(--tag)--url[Specify the URL for the new download. If a URL is specified, the SHA-256 checksum of the new download should also be specified]' \
'--verbose[Make some output more verbose]' \
'--version[Use the specified version to override the value parsed from the URL or tag. Note that `--version=0` can be used to delete an existing version override from a formula if it has become redundant]' \
'(--dry-run)--write[Make the expected file modifications without taking any Git actions]' \
'(--dry-run)--write-only[Make the expected file modifications without taking any Git actions]' \
- formula \
'*::formula:__brew_formulae'
}

View File

@ -970,10 +970,10 @@ nor vice versa. It must use whichever style specification the formula already us
* `-n`, `--dry-run`:
Print what would be done rather than doing it.
* `--write`:
* `--write-only`:
Make the expected file modifications without taking any Git actions.
* `--commit`:
When passed with `--write`, generate a new commit after writing changes to the formula file.
When passed with `--write-only`, generate a new commit after writing changes to the formula file.
* `--no-audit`:
Don't run `brew audit` before opening the PR.
* `--strict`:

View File

@ -1365,12 +1365,12 @@ If a \fIversion\fR is specified, a best effort to determine the \fIURL\fR and \f
Print what would be done rather than doing it\.
.
.TP
\fB\-\-write\fR
\fB\-\-write\-only\fR
Make the expected file modifications without taking any Git actions\.
.
.TP
\fB\-\-commit\fR
When passed with \fB\-\-write\fR, generate a new commit after writing changes to the formula file\.
When passed with \fB\-\-write\-only\fR, generate a new commit after writing changes to the formula file\.
.
.TP
\fB\-\-no\-audit\fR