Skip to content

Commit

Permalink
Merge pull request #15991 from Homebrew/sponsors-maintainers-man-comp…
Browse files Browse the repository at this point in the history
…letions

Update manpage and completions.
  • Loading branch information
MikeMcQuaid authored Sep 11, 2023
2 parents 86acd12 + 498d0ee commit 96e61c5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion completions/bash/brew
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ _brew_bump_cask_pr() {
--no-browse
--no-fork
--no-style
--online
--quiet
--sha256
--url
Expand Down
1 change: 0 additions & 1 deletion completions/fish/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion completions/zsh/_brew
Original file line number Diff line number Diff line change
Expand Up @@ -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]' \
Expand Down
2 changes: 0 additions & 2 deletions docs/Manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
4 changes: 0 additions & 4 deletions manpages/brew.1
Original file line number Diff line number Diff line change
Expand Up @@ -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\.
.
Expand Down

0 comments on commit 96e61c5

Please sign in to comment.