Skip to content
Snippets Groups Projects
Commit d1440e50 authored by Misty De Meo's avatar Misty De Meo
Browse files

Update manpage to remove cleanup --force

parent 09ba000b
No related branches found
No related tags found
No related merge requests found
...@@ -55,13 +55,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note ...@@ -55,13 +55,9 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `cat` <formula>: * `cat` <formula>:
Display the source to <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 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 cellar. In addition, old downloads from the Homebrew download-cache are deleted.
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.
If `--prune=`<days> is specified, remove all cache files older than <days>. If `--prune=`<days> is specified, remove all cache files older than <days>.
......
...@@ -49,12 +49,8 @@ connection are run. This should be used when creating for new formulae.</p> ...@@ -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, <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> 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>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 <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. By default, does not remove out-of-date keg-only brews, as other cellar. In addition, old downloads from the Homebrew download-cache are deleted.</p>
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>
<p>If <code>--prune=</code><var>days</var> is specified, remove all cache files older than <var>days</var>.</p> <p>If <code>--prune=</code><var>days</var> is specified, remove all cache files older than <var>days</var>.</p>
......
...@@ -64,11 +64,8 @@ If \fB\-\-online\fR is passed, additional slower checks that require a network c ...@@ -64,11 +64,8 @@ If \fB\-\-online\fR is passed, additional slower checks that require a network c
Display the source to \fIformula\fR\. Display the source to \fIformula\fR\.
. .
.TP .TP
\fBcleanup\fR [\fB\-\-force\fR] [\fB\-\-prune=\fR\fIdays\fR] [\fB\-\-dry\-run\fR] [\fB\-s\fR] [\fIformulae\fR] \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\. 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\. 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\-\-force\fR is passed, remove out\-of\-date keg\-only brews as well\.
. .
.IP .IP
If \fB\-\-prune=\fR\fIdays\fR is specified, remove all cache files older than \fIdays\fR\. If \fB\-\-prune=\fR\fIdays\fR is specified, remove all cache files older than \fIdays\fR\.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment