From dfee14d8bd3da54a64c6a71ed923dcb8fa4fa90c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 8 Jul 2021 07:36:17 +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/fish/brew.fish | 4 ++-- completions/zsh/_brew | 4 ++-- docs/Manpage.md | 2 +- manpages/brew.1 | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 1f06942aee..e033ba1806 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -733,7 +733,7 @@ __fish_brew_complete_arg 'info; and not __fish_seen_argument -l formula -l formu __fish_brew_complete_cmd 'instal' 'Install a formula or cask' -__fish_brew_complete_arg 'instal' -l HEAD -d 'If formula defines it, install the HEAD version, aka. master, trunk, unstable' +__fish_brew_complete_arg 'instal' -l HEAD -d 'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master' __fish_brew_complete_arg 'instal' -l appdir -d 'Target location for Applications (default: `/Applications`)' __fish_brew_complete_arg 'instal' -l audio-unit-plugindir -d 'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)' __fish_brew_complete_arg 'instal' -l binaries -d 'Disable/enable linking of helper executables (default: enabled)' @@ -781,7 +781,7 @@ __fish_brew_complete_arg 'instal; and not __fish_seen_argument -l formula -l for __fish_brew_complete_cmd 'install' 'Install a formula or cask' -__fish_brew_complete_arg 'install' -l HEAD -d 'If formula defines it, install the HEAD version, aka. master, trunk, unstable' +__fish_brew_complete_arg 'install' -l HEAD -d 'If formula defines it, install the HEAD version, aka. main, trunk, unstable, master' __fish_brew_complete_arg 'install' -l appdir -d 'Target location for Applications (default: `/Applications`)' __fish_brew_complete_arg 'install' -l audio-unit-plugindir -d 'Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)' __fish_brew_complete_arg 'install' -l binaries -d 'Disable/enable linking of helper executables (default: enabled)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index ef9d7401ac..0aeffa4a6f 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -911,7 +911,7 @@ _brew_info() { # brew instal _brew_instal() { _arguments \ - '(--cask)--HEAD[If formula defines it, install the HEAD version, aka. master, trunk, unstable]' \ + '(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \ '(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \ '(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \ '(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \ @@ -963,7 +963,7 @@ _brew_instal() { # brew install _brew_install() { _arguments \ - '(--cask)--HEAD[If formula defines it, install the HEAD version, aka. master, trunk, unstable]' \ + '(--cask)--HEAD[If formula defines it, install the HEAD version, aka. main, trunk, unstable, master]' \ '(--formula)--appdir[Target location for Applications (default: `/Applications`)]' \ '(--formula)--audio-unit-plugindir[Target location for Audio Unit Plugins (default: `~/Library/Audio/Plug-Ins/Components`)]' \ '(--formula)--binaries[Disable/enable linking of helper executables (default: enabled)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index eb07b6398f..f6d19f9744 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -309,7 +309,7 @@ the installed formulae or, every 30 days, for all formulae. * `--include-test`: Install testing dependencies required to run `brew test` *`formula`*. * `--HEAD`: - If *`formula`* defines it, install the HEAD version, aka. master, trunk, unstable. + If *`formula`* defines it, install the HEAD version, aka. main, trunk, unstable, master. * `--fetch-HEAD`: Fetch the upstream repository to detect if the HEAD installation of the formula is outdated. Otherwise, the repository's HEAD will only be checked for updates when a new stable or development version has been released. * `--keep-tmp`: diff --git a/manpages/brew.1 b/manpages/brew.1 index f1036fe178..3c139eb0c2 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -414,7 +414,7 @@ Install testing dependencies required to run \fBbrew test\fR \fIformula\fR\. . .TP \fB\-\-HEAD\fR -If \fIformula\fR defines it, install the HEAD version, aka\. master, trunk, unstable\. +If \fIformula\fR defines it, install the HEAD version, aka\. main, trunk, unstable, master\. . .TP \fB\-\-fetch\-HEAD\fR