aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-18 21:11:08 -0700
committerAdam Vandenberg2011-04-18 21:11:08 -0700
commite08ef940beaeb8251d7db0645bbc980535f481e5 (patch)
treeab954a756d37109eeed0abdfb62ebefe4654ee6b /Library/Contributions
parent80ba991324162b4839329a7a9672e980a2975ae6 (diff)
downloadbrew-e08ef940beaeb8251d7db0645bbc980535f481e5.tar.bz2
Add --force to brew cleanup
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/manpages/brew.1.md7
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)