diff options
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 3030f3b8d..8c5b018ca 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -146,9 +146,12 @@ didn't include with OS X. * `cat` <formula>: Display the source to <formula>. - * `cleanup` [<formula>]: + * `cleanup [--force]` [<formula>]: For all installed or specific formulae, remove any older versions from the - cellar. + cellar. By default, does not remove out-of-date keg-only brews, as other + software may link directly to specific versions. + + If `--force` is passed, remove out-of-date keg-only brews as well. * `log [git-log-options]` <formula> ...: Show the git log for the given formulae. Options that `git-log`(1) |
