From d6382efdebf2a92b9e115c25f673a499eda8056d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 14 Apr 2011 14:57:21 -0700 Subject: Add `brew fetch --deps` `brew fetch --deps` will also cache the dependencies of any listed formulae. --- share/man/man1/brew.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index ed8a909dc..c394dd7f6 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -171,15 +171,18 @@ For all installed or specific formulae, remove any older versions from the cella Show the git log for the given formulae\. Options that \fBgit\-log\fR(1) recognizes can be passed before the formula list\. . .TP -\fBfetch [\-\-force] [\-v] [\-\-HEAD]\fR \fIformula\fR -Download the source package for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\. +\fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps]\fR \fIformulae\fR +Download the source packages for the given \fIformulae\fR\. For tarballs, also print MD5 and SHA1 checksums\. . .IP -If \fB\-\-HEAD\fR is passed, download the HEAD version of \fIformula\fR instead\. \fB\-v\fR may also be passed to make the VCS checkout verbose, useful for seeing if an existing HEAD cache has been updated\. +If \fB\-\-HEAD\fR is passed, download the HEAD versions of \fIformulae\fR instead\. \fB\-v\fR may also be passed to make the VCS checkout verbose, useful for seeing if an existing HEAD cache has been updated\. . .IP If \fB\-\-force\fR is passed, remove a previously cached version and re\-fetch\. . +.IP +If \fB\-\-deps\fR is passed, also download dependencies for any listed \fIformulae\fR\. +. .TP \fBaudit [\-\-strict]\fR Check formulae for Homebrew coding style violations\. This should be run before submitting a new formula for inclusion\. -- cgit v1.2.3