aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorMisty De Meo2016-01-18 10:08:38 -0800
committerMisty De Meo2016-01-18 10:14:56 -0800
commitd1440e504e368ff9f8b3063e72c1d92a94146fea (patch)
tree6fa8e81c02a23fb2b29e33fc8f974688b5dfb31f /share/doc
parent09ba000be1cd6a2c40ddac1898abac1f6c5744ed (diff)
downloadbrew-d1440e504e368ff9f8b3063e72c1d92a94146fea.tar.bz2
Update manpage to remove cleanup --force
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index bc724c34c..9e9a08c74 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -49,12 +49,8 @@ connection are run. This should be used when creating for new formulae.</p>
<p><code>audit</code> exits with a non-zero status if any errors are found. This is useful,
for instance, for implementing pre-commit hooks.</p></dd>
<dt><code>cat</code> <var>formula</var></dt><dd><p>Display the source to <var>formula</var>.</p></dd>
-<dt><code>cleanup</code> [<code>--force</code>] [<code>--prune=</code><var>days</var>] [<code>--dry-run</code>] [<code>-s</code>] [<var>formulae</var>]</dt><dd><p>For all installed or specific formulae, remove any older versions from the
-cellar. By default, does not remove out-of-date keg-only brews, as other
-software may link directly to specific versions. In addition, old downloads from
-the Homebrew download-cache are deleted.</p>
-
-<p>If <code>--force</code> is passed, remove out-of-date keg-only brews as well.</p>
+<dt><code>cleanup</code> [<code>--prune=</code><var>days</var>] [<code>--dry-run</code>] [<code>-s</code>] [<var>formulae</var>]</dt><dd><p>For all installed or specific formulae, remove any older versions from the
+cellar. In addition, old downloads from the Homebrew download-cache are deleted.</p>
<p>If <code>--prune=</code><var>days</var> is specified, remove all cache files older than <var>days</var>.</p>