From 51fe68a1b592faa711ef1a7e72bd14a52a8dfc5e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 24 Feb 2022 08:47:21 +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/zsh/_brew | 20 ++++++++++---------- docs/Manpage.md | 3 --- manpages/brew.1 | 6 ------ 3 files changed, 10 insertions(+), 19 deletions(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index fb2e9e33cb..91d88d057f 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1123,22 +1123,22 @@ _brew_linkage() { _brew_list() { _arguments \ '--debug[Display any debugging information]' \ - '(--versions --unbrewed --pinned --l --r --t)--full-name[Print formulae with fully-qualified names. Unless `--full-name`, `--versions` or `--pinned` are passed, other options (i.e. `-1`, `-l`, `-r` and `-t`) are passed to `ls`(1) which produces the actual output]' \ + '(--versions --pinned --l --r --t)--full-name[Print formulae with fully-qualified names. Unless `--full-name`, `--versions` or `--pinned` are passed, other options (i.e. `-1`, `-l`, `-r` and `-t`) are passed to `ls`(1) which produces the actual output]' \ '--help[Show this message]' \ '(--pinned --cask)--multiple[Only show formulae with multiple versions installed]' \ - '(--multiple --cask --unbrewed --1 --l --r --t --full-name)--pinned[List only pinned formulae, or only the specified (pinned) formulae if formula are provided. See also `pin`, `unpin`]' \ + '(--multiple --cask --1 --l --r --t --full-name)--pinned[List only pinned formulae, or only the specified (pinned) formulae if formula are provided. See also `pin`, `unpin`]' \ '--quiet[Make some output more quiet]' \ '--verbose[Make some output more verbose]' \ - '(--full-name --unbrewed --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ + '(--full-name --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ '-1[Force output to be one entry per line. This is the default when output is not to a terminal]' \ '-l[List formulae and/or casks in long format. Has no effect when a formula or cask name is passed as an argument]' \ '-r[Reverse the order of the formulae and/or casks sort to list the oldest entries first. Has no effect when a formula or cask name is passed as an argument]' \ '-t[Sort formulae and/or casks by time modified, listing most recently modified first. Has no effect when a formula or cask name is passed as an argument]' \ - installed_formula \ - '(--cask --unbrewed)--formula[List only formulae, or treat all named arguments as formulae]' \ + '(--cask)--formula[List only formulae, or treat all named arguments as formulae]' \ '*::installed_formula:__brew_installed_formulae' \ - installed_cask \ - '(--formula --pinned --multiple --unbrewed)--cask[List only casks, or treat all named arguments as casks]' \ + '(--formula --pinned --multiple)--cask[List only casks, or treat all named arguments as casks]' \ '*::installed_cask:__brew_installed_casks' } @@ -1202,22 +1202,22 @@ _brew_log() { _brew_ls() { _arguments \ '--debug[Display any debugging information]' \ - '(--versions --unbrewed --pinned --l --r --t)--full-name[Print formulae with fully-qualified names. Unless `--full-name`, `--versions` or `--pinned` are passed, other options (i.e. `-1`, `-l`, `-r` and `-t`) are passed to `ls`(1) which produces the actual output]' \ + '(--versions --pinned --l --r --t)--full-name[Print formulae with fully-qualified names. Unless `--full-name`, `--versions` or `--pinned` are passed, other options (i.e. `-1`, `-l`, `-r` and `-t`) are passed to `ls`(1) which produces the actual output]' \ '--help[Show this message]' \ '(--pinned --cask)--multiple[Only show formulae with multiple versions installed]' \ - '(--multiple --cask --unbrewed --1 --l --r --t --full-name)--pinned[List only pinned formulae, or only the specified (pinned) formulae if formula are provided. See also `pin`, `unpin`]' \ + '(--multiple --cask --1 --l --r --t --full-name)--pinned[List only pinned formulae, or only the specified (pinned) formulae if formula are provided. See also `pin`, `unpin`]' \ '--quiet[Make some output more quiet]' \ '--verbose[Make some output more verbose]' \ - '(--full-name --unbrewed --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ + '(--full-name --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ '-1[Force output to be one entry per line. This is the default when output is not to a terminal]' \ '-l[List formulae and/or casks in long format. Has no effect when a formula or cask name is passed as an argument]' \ '-r[Reverse the order of the formulae and/or casks sort to list the oldest entries first. Has no effect when a formula or cask name is passed as an argument]' \ '-t[Sort formulae and/or casks by time modified, listing most recently modified first. Has no effect when a formula or cask name is passed as an argument]' \ - installed_formula \ - '(--cask --unbrewed)--formula[List only formulae, or treat all named arguments as formulae]' \ + '(--cask)--formula[List only formulae, or treat all named arguments as formulae]' \ '*::installed_formula:__brew_installed_formulae' \ - installed_cask \ - '(--formula --pinned --multiple --unbrewed)--cask[List only casks, or treat all named arguments as casks]' \ + '(--formula --pinned --multiple)--cask[List only casks, or treat all named arguments as casks]' \ '*::installed_cask:__brew_installed_casks' } diff --git a/docs/Manpage.md b/docs/Manpage.md index ac3c44ac1a..9ca3ac5138 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2144,9 +2144,6 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just *Default:* macOS: `/private/tmp`, Linux: `/tmp`. -- `HOMEBREW_UPDATE_REPORT_ONLY_INSTALLED` -
If set, `brew update` only lists updates to installed software. - - `HOMEBREW_UPDATE_TO_TAG`
If set, always use the latest stable tag (even if developer commands have been run). diff --git a/manpages/brew.1 b/manpages/brew.1 index 6e02dd92f1..acc05f5506 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -3131,12 +3131,6 @@ Use this path as the temporary directory for building packages\. Changing this m \fIDefault:\fR macOS: \fB/private/tmp\fR, Linux: \fB/tmp\fR\. . .TP -\fBHOMEBREW_UPDATE_REPORT_ONLY_INSTALLED\fR -. -.br -If set, \fBbrew update\fR only lists updates to installed software\. -. -.TP \fBHOMEBREW_UPDATE_TO_TAG\fR . .br