Merge pull request #12645 from Homebrew/update-man-completions

Update maintainers, manpage and completions.
This commit is contained in:
Mike McQuaid 2021-12-29 14:00:44 +00:00 committed by GitHub
commit 26694fd635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 0 deletions

View File

@ -523,6 +523,7 @@ _brew_bump_revision() {
--help
--message
--quiet
--remove-bottle-block
--verbose
--write-only
"

View File

@ -448,6 +448,7 @@ __fish_brew_complete_arg 'bump-revision' -l dry-run -d 'Print what would be done
__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 remove-bottle-block -d 'Remove the bottle block in addition to bumping the revision'
__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

@ -550,6 +550,7 @@ _brew_bump_revision() {
'--help[Show this message]' \
'--message[Append message to the default commit message]' \
'--quiet[Make some output more quiet]' \
'--remove-bottle-block[Remove the bottle block in addition to bumping the revision]' \
'--verbose[Make some output more verbose]' \
'(--dry-run)--write-only[Make the expected file modifications without taking any Git actions]' \
- formula \

View File

@ -1028,6 +1028,8 @@ present, "revision 1" will be added.
* `-n`, `--dry-run`:
Print what would be done rather than doing it.
* `--remove-bottle-block`:
Remove the bottle block in addition to bumping the revision.
* `--write-only`:
Make the expected file modifications without taking any Git actions.
* `--message`:

View File

@ -1455,6 +1455,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\-\-remove\-bottle\-block\fR
Remove the bottle block in addition to bumping the revision\.
.
.TP
\fB\-\-write\-only\fR
Make the expected file modifications without taking any Git actions\.
.