From 6f0efaef79b52917bc0c64b7f2eb6190e6d0bb1a Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 19 Nov 2014 09:43:41 -0500 Subject: [PATCH] Updated `outdated` docs to include `--verbose` option Update man page to reflect change per issue Homebrew/homebrew#27813 (commit 9362781). Closes Homebrew/homebrew#34317. Signed-off-by: Jack Nagel --- Library/Homebrew/manpages/brew.1.md | 12 ++++++++---- share/man/man1/brew.1 | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 8fb1603c5a..12402bf74e 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -279,11 +279,15 @@ Note that these flags should only appear after a command. If `--installed` is passed, show options for all installed formulae. - * `outdated [--quiet]`: - Show formulae that have an updated version available. + * `outdated [--quiet|--verbose]`: + Show formulae that have an updated version available. By default, version + information is included in interactive shells, but is suppressed + otherwise. - If `--quiet` is passed, list only the names of outdated brews. Otherwise, - the versions are printed as well. + If `--quiet` is passed, list only the names of outdated brews. (Takes + precedence over `--verbose`.) + + If `--verbose` is passed, force version info to be displayed. * `pin` : Pin the specified , preventing them from being upgraded when diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 3771bc91a7..ff64fc79d5 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -298,11 +298,14 @@ If \fB\-\-all\fR is passed, show options for all formulae\. If \fB\-\-installed\fR is passed, show options for all installed formulae\. . .TP -\fBoutdated [\-\-quiet]\fR -Show formulae that have an updated version available\. +\fBoutdated [\-\-quiet|\-\-verbose]\fR +Show formulae that have an updated version available\. By default, version information is included in interactive shells, but is suppressed otherwise\. . .IP -If \fB\-\-quiet\fR is passed, list only the names of outdated brews\. Otherwise, the versions are printed as well\. +If \fB\-\-quiet\fR is passed, list only the names of outdated brews\. (Takes precedence over \fB\-\-verbose\fR\.) +. +.IP +If \fB\-\-verbose\fR is passed, force version info to be displayed\. . .TP \fBpin\fR \fIformulae\fR