From 9e92b7736042840c7ef2b0a5743d5381dca2948f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Aug 2025 03:14:55 +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/fish/brew.fish | 2 +- completions/zsh/_brew | 2 +- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index fc2b23b861..c242e50347 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -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' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 914f7d8734..01f13e60ad 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -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]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 10e364c14d..27e930d348 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2884,7 +2884,7 @@ the repository. `--branch` -: Branch to use the workflow from (default: `master`). +: Branch to use the workflow from (default: `main`). `--message` diff --git a/manpages/brew.1 b/manpages/brew.1 index 66b1a2ebe5..441c787eb4 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -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\.