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.
This commit is contained in:
BrewTestBot 2025-08-26 03:14:55 +00:00
parent 1f55f0c01a
commit 9e92b77360
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -1333,7 +1333,7 @@ __fish_brew_complete_arg 'pr-automerge' -l workflow -d 'Workflow file to use wit
__fish_brew_complete_cmd 'pr-publish' 'Publish bottles for a pull request with GitHub Actions'
__fish_brew_complete_arg 'pr-publish' -l autosquash -d 'If supported on the target tap, automatically reformat and reword commits to our preferred format'
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `master`)'
__fish_brew_complete_arg 'pr-publish' -l branch -d 'Branch to use the workflow from (default: `main`)'
__fish_brew_complete_arg 'pr-publish' -l debug -d 'Display any debugging information'
__fish_brew_complete_arg 'pr-publish' -l help -d 'Show this message'
__fish_brew_complete_arg 'pr-publish' -l large-runner -d 'Run the upload job on a large runner'

View File

@ -1651,7 +1651,7 @@ _brew_pr_automerge() {
_brew_pr_publish() {
_arguments \
'--autosquash[If supported on the target tap, automatically reformat and reword commits to our preferred format]' \
'--branch[Branch to use the workflow from (default: `master`)]' \
'--branch[Branch to use the workflow from (default: `main`)]' \
'--debug[Display any debugging information]' \
'--help[Show this message]' \
'--large-runner[Run the upload job on a large runner]' \

View File

@ -2884,7 +2884,7 @@ the repository.
`--branch`
: Branch to use the workflow from (default: `master`).
: Branch to use the workflow from (default: `main`).
`--message`

View File

@ -1826,7 +1826,7 @@ If supported on the target tap, automatically reformat and reword commits to our
Run the upload job on a large runner\.
.TP
\fB\-\-branch\fP
Branch to use the workflow from (default: \fBmaster\fP)\.
Branch to use the workflow from (default: \fBmain\fP)\.
.TP
\fB\-\-message\fP
Message to include when autosquashing revision bumps, deletions and rebuilds\.