diff options
| author | Mike McQuaid | 2015-04-11 16:37:47 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-16 17:52:10 -0700 | 
| commit | 9b59aeceee58cf561e135c26fd29c0051b2821f7 (patch) | |
| tree | 0ec892e64bbd3dffda8efd0f32fb59728262d056 /share | |
| parent | 41cb7ccecdaa0318d79d1d68fb6525611a72cef4 (diff) | |
| download | homebrew-9b59aeceee58cf561e135c26fd29c0051b2821f7.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 | 
