diff options
| author | Mike McQuaid | 2015-04-11 16:37:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-16 17:52:10 -0700 |
| commit | 451a07cc4e655b34f07d50f1dd45552d6c6d14b5 (patch) | |
| tree | 097c9f69c332128959677a15793c119b978ce58e /share | |
| parent | e8c0d8ac20db69e48e1b1d87c51055fd0073c01e (diff) | |
| download | brew-451a07cc4e655b34f07d50f1dd45552d6c6d14b5.tar.bz2 | |
cleanup: add --prune to delete old cache files.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 98f9a7161..8981bbdff 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "March 2015" "Homebrew" "brew" +.TH "BREW" "1" "April 2015" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -61,13 +61,16 @@ If \fB\-\-strict\fR is passed, additional checks are run\. This should be used w Display the source to \fIformula\fR\. . .TP -\fBcleanup [\-\-force] [\-ns]\fR [\fIformulae\fR] +\fBcleanup [\-\-force] [\-\-prune=<days>] [\-ns]\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\. . .IP +If \fB\-\-prune=<days>\fR is specified, remove all cache files older than \fIdays\fR\. +. +.IP If \fB\-n\fR is passed, show what would be removed, but do not actually remove anything\. . .IP |
