Merge pull request #12645 from Homebrew/update-man-completions
Update maintainers, manpage and completions.
This commit is contained in:
commit
26694fd635
@ -523,6 +523,7 @@ _brew_bump_revision() {
|
||||
--help
|
||||
--message
|
||||
--quiet
|
||||
--remove-bottle-block
|
||||
--verbose
|
||||
--write-only
|
||||
"
|
||||
|
||||
@ -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)'
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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`:
|
||||
|
||||
@ -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\.
|
||||
.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user