From 152714e63ca5459fef6177436b93a96fc4e88701 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:52:39 +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/zsh/_brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index b771e55fd5..4b349d5ada 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -523,7 +523,7 @@ _brew_bump_formula_pr() { _arguments \ '--commit[When passed with `--write-only`, generate a new commit after writing changes to the formula file]' \ '--debug[Display any debugging information]' \ - '(--write-only --write)--dry-run[Print what would be done rather than doing it]' \ + '(--write-only)--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]' \