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:
		
							parent
							
								
									6139e36731
								
							
						
					
					
						commit
						b567c87357
					
				@ -522,6 +522,7 @@ _brew_bump_revision() {
 | 
			
		||||
      --message
 | 
			
		||||
      --quiet
 | 
			
		||||
      --verbose
 | 
			
		||||
      --write-only
 | 
			
		||||
      "
 | 
			
		||||
      return
 | 
			
		||||
      ;;
 | 
			
		||||
 | 
			
		||||
@ -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)'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -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.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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\.
 | 
			
		||||
.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user