From 54c3fef178ecb8ed7eca96b6ef602795f07287ca Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 20 Oct 2021 12:08:26 +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 | 2 +- completions/zsh/_brew | 2 +- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index ccb7b354df..7b1fc8d46c 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -470,7 +470,7 @@ _brew_bump_cask_pr() { --url --verbose --version - --write + --write-only " return ;; diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 77e3347a3c..75762c4af8 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -413,7 +413,7 @@ __fish_brew_complete_arg 'bump-cask-pr' -l sha256 -d 'Specify the SHA-256 checks __fish_brew_complete_arg 'bump-cask-pr' -l url -d 'Specify the URL for the new download' __fish_brew_complete_arg 'bump-cask-pr' -l verbose -d 'Make some output more verbose' __fish_brew_complete_arg 'bump-cask-pr' -l version -d 'Specify the new version for the cask' -__fish_brew_complete_arg 'bump-cask-pr' -l write -d 'Make the expected file modifications without taking any Git actions' +__fish_brew_complete_arg 'bump-cask-pr' -l write-only -d 'Make the expected file modifications without taking any Git actions' __fish_brew_complete_arg 'bump-cask-pr' -a '(__fish_brew_suggest_casks_all)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 076e87ecd6..d5a3e2912c 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -509,7 +509,7 @@ _brew_bump_cask_pr() { '--url[Specify the URL for the new download]' \ '--verbose[Make some output more verbose]' \ '--version[Specify the new version for the cask]' \ - '(--dry-run)--write[Make the expected file modifications without taking any Git actions]' \ + '--write-only[Make the expected file modifications without taking any Git actions]' \ - cask \ '*::cask:__brew_casks' } diff --git a/docs/Manpage.md b/docs/Manpage.md index 03536b6fd7..0de48e7680 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -927,7 +927,7 @@ supplied by the user. * `-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 cask file. diff --git a/manpages/brew.1 b/manpages/brew.1 index 7912ff3a84..5f80de00b4 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1302,7 +1302,7 @@ A best effort to determine the \fISHA\-256\fR will be made if the value is not s 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