diff --git a/completions/fish/brew.fish b/completions/fish/brew.fish index 2ffeecf975..a2388a139b 100644 --- a/completions/fish/brew.fish +++ b/completions/fish/brew.fish @@ -1046,9 +1046,9 @@ __fish_brew_complete_arg 'outdated' -l cask -d 'List only outdated casks' __fish_brew_complete_arg 'outdated' -l debug -d 'Display any debugging information' __fish_brew_complete_arg 'outdated' -l fetch-HEAD -d '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' __fish_brew_complete_arg 'outdated' -l formula -d 'List only outdated formulae' -__fish_brew_complete_arg 'outdated' -l greedy -d 'Print outdated casks with `auto_updates true` or `version :latest`' -__fish_brew_complete_arg 'outdated' -l greedy-auto-updates -d 'Print outdated casks including those with `auto_updates true`' -__fish_brew_complete_arg 'outdated' -l greedy-latest -d 'Print outdated casks including those with `version :latest`' +__fish_brew_complete_arg 'outdated' -l greedy -d 'Also include outdated casks with `auto_updates true` or `version :latest`' +__fish_brew_complete_arg 'outdated' -l greedy-auto-updates -d 'Also include outdated casks including those with `auto_updates true`' +__fish_brew_complete_arg 'outdated' -l greedy-latest -d 'Also include outdated casks including those with `version :latest`' __fish_brew_complete_arg 'outdated' -l help -d 'Show this message' __fish_brew_complete_arg 'outdated' -l json -d 'Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks' __fish_brew_complete_arg 'outdated' -l quiet -d 'List only the names of outdated kegs (takes precedence over `--verbose`)' diff --git a/completions/zsh/_brew b/completions/zsh/_brew index f4f6709379..aa175d3830 100644 --- a/completions/zsh/_brew +++ b/completions/zsh/_brew @@ -1276,9 +1276,9 @@ _brew_outdated() { _arguments \ '--debug[Display any debugging information]' \ '--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]' \ - '--greedy[Print outdated casks with `auto_updates true` or `version :latest`]' \ - '--greedy-auto-updates[Print outdated casks including those with `auto_updates true`]' \ - '--greedy-latest[Print outdated casks including those with `version :latest`]' \ + '--greedy[Also include outdated casks with `auto_updates true` or `version :latest`]' \ + '--greedy-auto-updates[Also include outdated casks including those with `auto_updates true`]' \ + '--greedy-latest[Also include outdated casks including those with `version :latest`]' \ '--help[Show this message]' \ '(--quiet --verbose)--json[Print output in JSON format. There are two versions: `v1` and `v2`. `v1` is deprecated and is currently the default if no version is specified. `v2` prints outdated formulae and casks]' \ '(--verbose --json)--quiet[List only the names of outdated kegs (takes precedence over `--verbose`)]' \ diff --git a/docs/Manpage.md b/docs/Manpage.md index 0b90444e43..01d74eb7a7 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -489,11 +489,11 @@ information is displayed in interactive shells, and suppressed otherwise. * `--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. * `--greedy`: - Print outdated casks with `auto_updates true` or `version :latest`. + Also include outdated casks with `auto_updates true` or `version :latest`. * `--greedy-latest`: - Print outdated casks including those with `version :latest`. + Also include outdated casks including those with `version :latest`. * `--greedy-auto-updates`: - Print outdated casks including those with `auto_updates true`. + Also include outdated casks including those with `auto_updates true`. ### `pin` *`installed_formula`* [...] diff --git a/manpages/brew.1 b/manpages/brew.1 index e858fde6af..bb30790407 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -681,15 +681,15 @@ Fetch the upstream repository to detect if the HEAD installation of the formula . .TP \fB\-\-greedy\fR -Print outdated casks with \fBauto_updates true\fR or \fBversion :latest\fR\. +Also include outdated casks with \fBauto_updates true\fR or \fBversion :latest\fR\. . .TP \fB\-\-greedy\-latest\fR -Print outdated casks including those with \fBversion :latest\fR\. +Also include outdated casks including those with \fBversion :latest\fR\. . .TP \fB\-\-greedy\-auto\-updates\fR -Print outdated casks including those with \fBauto_updates true\fR\. +Also include outdated casks including those with \fBauto_updates true\fR\. . .SS "\fBpin\fR \fIinstalled_formula\fR [\.\.\.]" Pin the specified \fIformula\fR, preventing them from being upgraded when issuing the \fBbrew upgrade\fR \fIformula\fR command\. See also \fBunpin\fR\.