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]' \