From 4f6f09ba718e3d975d2d4267c565c4aee497ec60 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:43:00 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/completions/zsh/_brew b/completions/zsh/_brew index 6197c94c82..c67b5f6f62 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1126,11 +1126,11 @@ _brew_list() { '--debug[Display any debugging information]' \ '(--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 --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`]' \ + '(--cask --pinned)--multiple[Only show formulae with multiple versions installed]' \ + '(--cask --multiple --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 --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ + '(--1 --l --r --t --full-name)--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]' \ @@ -1205,11 +1205,11 @@ _brew_ls() { '--debug[Display any debugging information]' \ '(--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 --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`]' \ + '(--cask --pinned)--multiple[Only show formulae with multiple versions installed]' \ + '(--cask --multiple --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 --1 --l --r --t)--versions[Show the version number for installed formulae, or only the specified formulae if formula are provided]' \ + '(--1 --l --r --t --full-name)--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]' \