From b70654b4d05759fd3597010a8d8fbf63a868c43c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 13 Oct 2021 00:06:32 +0000 Subject: [PATCH] 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. --- completions/bash/brew | 2 +- completions/fish/brew.fish | 4 ++-- completions/zsh/_brew | 6 +++--- docs/Manpage.md | 4 ++-- manpages/brew.1 | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index c5b8e4c8bc..a46f0eb730 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -502,7 +502,7 @@ _brew_bump_formula_pr() { --url --verbose --version - --write + --write-only " return ;; diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 07facf9603..08d4036da0 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -416,7 +416,7 @@ __fish_brew_complete_arg 'bump-cask-pr' -a '(__fish_brew_suggest_casks_all)' __fish_brew_complete_cmd 'bump-formula-pr' 'Create a pull request to update formula with a new URL or a new tag' -__fish_brew_complete_arg 'bump-formula-pr' -l commit -d 'When passed with `--write`, generate a new commit after writing changes to the formula file' +__fish_brew_complete_arg 'bump-formula-pr' -l commit -d 'When passed with `--write-only`, generate a new commit after writing changes to the formula file' __fish_brew_complete_arg 'bump-formula-pr' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'bump-formula-pr' -l dry-run -d 'Print what would be done rather than doing it' __fish_brew_complete_arg 'bump-formula-pr' -l force -d 'Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified' @@ -436,7 +436,7 @@ __fish_brew_complete_arg 'bump-formula-pr' -l tag -d 'Specify the new git commit __fish_brew_complete_arg 'bump-formula-pr' -l url -d 'Specify the URL for the new download. If a URL is specified, the SHA-256 checksum of the new download should also be specified' __fish_brew_complete_arg 'bump-formula-pr' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'bump-formula-pr' -l version -d 'Use the specified version to override the value parsed from the URL or tag. Note that `--version=0` can be used to delete an existing version override from a formula if it has become redundant' -__fish_brew_complete_arg 'bump-formula-pr' -l write -d 'Make the expected file modifications without taking any Git actions' +__fish_brew_complete_arg 'bump-formula-pr' -l write-only -d 'Make the expected file modifications without taking any Git actions' __fish_brew_complete_arg 'bump-formula-pr' -a '(__fish_brew_suggest_formulae_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 8c454ad15b..bebf294997 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -516,9 +516,9 @@ _brew_bump_cask_pr() { # brew bump-formula-pr _brew_bump_formula_pr() { _arguments \ - '--commit[When passed with `--write`, generate a new commit after writing changes to the formula file]' \ + '--commit[When passed with `--write-only`, generate a new commit after writing changes to the formula file]' \ '--debug[Display any debugging information]' \ - '(--write)--dry-run[Print what would be done rather than doing it]' \ + '(--write-only --write)--dry-run[Print what would be done rather than doing it]' \ '--force[Ignore duplicate open PRs. Remove all mirrors if `--mirror` was not specified]' \ '--fork-org[Use the specified GitHub organization for forking]' \ '--help[Show this message]' \ @@ -536,7 +536,7 @@ _brew_bump_formula_pr() { '(--tag)--url[Specify the URL for the new download. If a URL is specified, the SHA-256 checksum of the new download should also be specified]' \ '--verbose[Make some output more verbose]' \ '--version[Use the specified version to override the value parsed from the URL or tag. Note that `--version=0` can be used to delete an existing version override from a formula if it has become redundant]' \ - '(--dry-run)--write[Make the expected file modifications without taking any Git actions]' \ + '(--dry-run)--write-only[Make the expected file modifications without taking any Git actions]' \ - formula \ '*::formula:__brew_formulae' } diff --git a/docs/Manpage.md b/docs/Manpage.md index efa8680519..67067fb184 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -970,10 +970,10 @@ nor vice versa. It must use whichever style specification the formula already us * `-n`, `--dry-run`: Print what would be done rather than doing it. -* `--write`: +* `--write-only`: Make the expected file modifications without taking any Git actions. * `--commit`: - When passed with `--write`, generate a new commit after writing changes to the formula file. + When passed with `--write-only`, generate a new commit after writing changes to the formula file. * `--no-audit`: Don't run `brew audit` before opening the PR. * `--strict`: diff --git a/manpages/brew.1 b/manpages/brew.1 index 7fc6f43a32..e6cc9e5c9a 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1365,12 +1365,12 @@ If a \fIversion\fR is specified, a best effort to determine the \fIURL\fR and \f Print what would be done rather than doing it\. . .TP -\fB\-\-write\fR +\fB\-\-write\-only\fR Make the expected file modifications without taking any Git actions\. . .TP \fB\-\-commit\fR -When passed with \fB\-\-write\fR, generate a new commit after writing changes to the formula file\. +When passed with \fB\-\-write\-only\fR, generate a new commit after writing changes to the formula file\. . .TP \fB\-\-no\-audit\fR