aboutsummaryrefslogtreecommitdiffstats
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
parent09ba000be1cd6a2c40ddac1898abac1f6c5744ed (diff)
downloadbrew-d1440e504e368ff9f8b3063e72c1d92a94146fea.tar.bz2
Update manpage to remove cleanup --force
-rw-r--r--Library/Homebrew/manpages/brew.1.md8
-rw-r--r--share/doc/homebrew/brew.1.html8
-rw-r--r--share/man/man1/brew.17
3 files changed, 6 insertions, 17 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 294b34fb0..d884d6702 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -55,13 +55,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `cat` <formula>:
Display the source to <formula>.
- * `cleanup` [`--force`] [`--prune=`<days>] [`--dry-run`] [`-s`] [<formulae>]:
+ * `cleanup` [`--prune=`<days>] [`--dry-run`] [`-s`] [<formulae>]:
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.
-
- If `--force` is passed, remove out-of-date keg-only brews as well.
+ cellar. In addition, old downloads from the Homebrew download-cache are deleted.
If `--prune=`<days> is specified, remove all cache files older than <days>.
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>
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 838609a8a..facddcd53 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -64,11 +64,8 @@ If \fB\-\-online\fR is passed, additional slower checks that require a network c
Display the source to \fIformula\fR\.
.
.TP
-\fBcleanup\fR [\fB\-\-force\fR] [\fB\-\-prune=\fR\fIdays\fR] [\fB\-\-dry\-run\fR] [\fB\-s\fR] [\fIformulae\fR]
-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\.
-.
-.IP
-If \fB\-\-force\fR is passed, remove out\-of\-date keg\-only brews as well\.
+\fBcleanup\fR [\fB\-\-prune=\fR\fIdays\fR] [\fB\-\-dry\-run\fR] [\fB\-s\fR] [\fIformulae\fR]
+For all installed or specific formulae, remove any older versions from the cellar\. In addition, old downloads from the Homebrew download\-cache are deleted\.
.
.IP
If \fB\-\-prune=\fR\fIdays\fR is specified, remove all cache files older than \fIdays\fR\.