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-09-14 10:01:10 +00:00
parent 6139e36731
commit b567c87357
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
5 changed files with 12 additions and 3 deletions

View File

@ -522,6 +522,7 @@ _brew_bump_revision() {
--message
--quiet
--verbose
--write-only
"
return
;;

View File

@ -447,6 +447,7 @@ __fish_brew_complete_arg 'bump-revision' -l help -d 'Show this message'
__fish_brew_complete_arg 'bump-revision' -l message -d 'Append message to the default commit message'
__fish_brew_complete_arg 'bump-revision' -l quiet -d 'Make some output more quiet'
__fish_brew_complete_arg 'bump-revision' -l verbose -d 'Make some output more verbose'
__fish_brew_complete_arg 'bump-revision' -l write-only -d 'Make the expected file modifications without taking any Git actions'
__fish_brew_complete_arg 'bump-revision' -a '(__fish_brew_suggest_formulae_all)'

View File

@ -545,11 +545,12 @@ _brew_bump_formula_pr() {
_brew_bump_revision() {
_arguments \
'--debug[Display any debugging information]' \
'--dry-run[Print what would be done rather than doing it]' \
'(--write-only)--dry-run[Print what would be done rather than doing it]' \
'--help[Show this message]' \
'--message[Append message to the default commit message]' \
'--quiet[Make some output more quiet]' \
'--verbose[Make some output more verbose]' \
'(--dry-run)--write-only[Make the expected file modifications without taking any Git actions]' \
- formula \
'*::formula:__brew_formulae'
}

View File

@ -997,13 +997,15 @@ nor vice versa. It must use whichever style specification the formula already us
* `-f`, `--force`:
Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified.
### `bump-revision` [*`--dry-run`*] [*`--message`*`=`] *`formula`* [...]
### `bump-revision` [*`options`*] *`formula`* [...]
Create a commit to increment the revision of *`formula`*. If no revision is
present, "revision 1" will be added.
* `-n`, `--dry-run`:
Print what would be done rather than doing it.
* `--write-only`:
Make the expected file modifications without taking any Git actions.
* `--message`:
Append *`message`* to the default commit message.

View File

@ -1416,7 +1416,7 @@ Specify the new commit \fIrevision\fR corresponding to the specified git \fItag\
\fB\-f\fR, \fB\-\-force\fR
Ignore duplicate open PRs\. Remove all mirrors if \fB\-\-mirror\fR was not specified\.
.
.SS "\fBbump\-revision\fR [\fI\-\-dry\-run\fR] [\fI\-\-message\fR\fB=\fR] \fIformula\fR [\.\.\.]"
.SS "\fBbump\-revision\fR [\fIoptions\fR] \fIformula\fR [\.\.\.]"
Create a commit to increment the revision of \fIformula\fR\. If no revision is present, "revision 1" will be added\.
.
.TP
@ -1424,6 +1424,10 @@ Create a commit to increment the revision of \fIformula\fR\. If no revision is p
Print what would be done rather than doing it\.
.
.TP
\fB\-\-write\-only\fR
Make the expected file modifications without taking any Git actions\.
.
.TP
\fB\-\-message\fR
Append \fImessage\fR to the default commit message\.
.