diff options
| author | Jack Nagel | 2014-11-21 01:05:53 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-11-21 01:05:53 -0600 |
| commit | 0ac8098430d3283ec068e6bc3cc22c7f487c1927 (patch) | |
| tree | fdb524e20bdb68ef0d4761345531e2a3494cae1f /Library/Homebrew/manpages/brew.1.md | |
| parent | 96ddc0b2f8bac2d0d0b683660174de52dc8fbbc9 (diff) | |
| download | homebrew-0ac8098430d3283ec068e6bc3cc22c7f487c1927.tar.bz2 | |
Tweak phrasing
Diffstat (limited to 'Library/Homebrew/manpages/brew.1.md')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 12402bf74..4edb54022 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -280,14 +280,15 @@ Note that these flags should only appear after a command. If `--installed` is passed, show options for all installed formulae. * `outdated [--quiet|--verbose]`: - Show formulae that have an updated version available. By default, version - information is included in interactive shells, but is suppressed - otherwise. + Show formulae that have an updated version available. - If `--quiet` is passed, list only the names of outdated brews. (Takes - precedence over `--verbose`.) + By default, version information is displayed in interactive shells, and + suppressed otherwise. - If `--verbose` is passed, force version info to be displayed. + If `--quiet` is passed, list only the names of outdated brews (takes + precedence over `--verbose`). + + If `--verbose` is passed, display detailed version information. * `pin` <formulae>: Pin the specified <formulae>, preventing them from being upgraded when |
