From 498d0ee8eac1cf4c9d1057534518edfe83bf01fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:28:18 +0000 Subject: [PATCH] Update manpage and completions. Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml) workflow. --- completions/bash/brew | 1 - completions/fish/brew.fish | 1 - completions/zsh/_brew | 1 - docs/Manpage.md | 2 -- manpages/brew.1 | 4 ---- 5 files changed, 9 deletions(-) diff --git a/completions/bash/brew b/completions/bash/brew index 67f88e5e49..f7eea0fa45 100644 --- a/completions/bash/brew +++ b/completions/bash/brew @@ -473,7 +473,6 @@ _brew_bump_cask_pr() { --no-browse --no-fork --no-style - --online --quiet --sha256 --url diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 1e0a314ef4..3e6244d54c 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -407,7 +407,6 @@ __fish_brew_complete_arg 'bump-cask-pr' -l no-audit -d 'Don\'t run `brew audit` __fish_brew_complete_arg 'bump-cask-pr' -l no-browse -d 'Print the pull request URL instead of opening in a browser' __fish_brew_complete_arg 'bump-cask-pr' -l no-fork -d 'Don\'t try to fork the repository' __fish_brew_complete_arg 'bump-cask-pr' -l no-style -d 'Don\'t run `brew style --fix` before opening the PR' -__fish_brew_complete_arg 'bump-cask-pr' -l online -d 'Run `brew audit --online` before opening the PR' __fish_brew_complete_arg 'bump-cask-pr' -l quiet -d 'Make some output more quiet' __fish_brew_complete_arg 'bump-cask-pr' -l sha256 -d 'Specify the SHA-256 checksum of the new download' __fish_brew_complete_arg 'bump-cask-pr' -l url -d 'Specify the URL for the new download' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 70092ca845..e4dde1dec0 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -524,7 +524,6 @@ _brew_bump_cask_pr() { '--no-browse[Print the pull request URL instead of opening in a browser]' \ '--no-fork[Don'\''t try to fork the repository]' \ '--no-style[Don'\''t run `brew style --fix` before opening the PR]' \ - '(--no-audit)--online[Run `brew audit --online` before opening the PR]' \ '--quiet[Make some output more quiet]' \ '--sha256[Specify the SHA-256 checksum of the new download]' \ '--url[Specify the URL for the new download]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index ec2a9d17cf..27de70ebd5 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1046,8 +1046,6 @@ supplied by the user. When passed with `--write-only`, generate a new commit after writing changes to the cask file. * `--no-audit`: Don't run `brew audit` before opening the PR. -* `--online`: - Run `brew audit --online` before opening the PR. * `--no-style`: Don't run `brew style --fix` before opening the PR. * `--no-browse`: diff --git a/manpages/brew.1 b/manpages/brew.1 index fe7231921c..cf9d4549a4 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1489,10 +1489,6 @@ When passed with \fB\-\-write\-only\fR, generate a new commit after writing chan Don\'t run \fBbrew audit\fR before opening the PR\. . .TP -\fB\-\-online\fR -Run \fBbrew audit \-\-online\fR before opening the PR\. -. -.TP \fB\-\-no\-style\fR Don\'t run \fBbrew style \-\-fix\fR before opening the PR\. .