diff options
| author | Chris | 2014-11-19 09:43:41 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-11-21 01:01:07 -0600 |
| commit | 96ddc0b2f8bac2d0d0b683660174de52dc8fbbc9 (patch) | |
| tree | d349d8f55fabc185ab19fc43db4a903e5e026f1b /Library/Homebrew/manpages/brew.1.md | |
| parent | de9b8dcfcc0d13c57e257988c497d02b94615129 (diff) | |
| download | homebrew-96ddc0b2f8bac2d0d0b683660174de52dc8fbbc9.tar.bz2 | |
Updated `outdated` docs to include `--verbose` option
Update man page to reflect change per issue #27813 (commit 9362781).
Closes #34317.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/manpages/brew.1.md')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 8fb1603c5..12402bf74 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` <formulae>: Pin the specified <formulae>, preventing them from being upgraded when |
