diff --git a/completions/bash/brew b/completions/bash/brew index 8e21bead08..8f96bf7df3 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -523,6 +523,7 @@ _brew_bump_revision() { --help --message --quiet + --remove-bottle-block --verbose --write-only " diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index a30e5b8918..364ceec4e7 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index d4ff441251..60ea5e61d1 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -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 \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 09eada1f09..9a7f17e025 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -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`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 04def268f5..61a2c6d226 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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\. .