From 9b59aeceee58cf561e135c26fd29c0051b2821f7 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 11 Apr 2015 16:37:47 +0100 Subject: cleanup: add --prune to delete old cache files. --- share/man/man1/brew.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'share/man/man1/brew.1') 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=] [\-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=\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 -- cgit v1.2.3