aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorAdam Vandenberg2011-04-14 14:57:21 -0700
committerAdam Vandenberg2011-04-14 15:09:15 -0700
commitd6382efdebf2a92b9e115c25f673a499eda8056d (patch)
tree99423beaf4195a9240f0862779dc15fb8414c7f2 /Library/Contributions
parent94a524cce3d19183641421b1b9d680c0a1b4d45c (diff)
downloadbrew-d6382efdebf2a92b9e115c25f673a499eda8056d.tar.bz2
Add `brew fetch --deps`
`brew fetch --deps` will also cache the dependencies of any listed formulae.
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/manpages/brew.1.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 409eab697..3030f3b8d 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -154,16 +154,18 @@ didn't include with OS X.
Show the git log for the given formulae. Options that `git-log`(1)
recognizes can be passed before the formula list.
- * `fetch [--force] [-v] [--HEAD]` <formula>:
- Download the source package for the given <formula>. For tarballs, also
- prints MD5 and SHA1 checksums.
+ * `fetch [--force] [-v] [--HEAD] [--deps]` <formulae>:
+ Download the source packages for the given <formulae>.
+ For tarballs, also print MD5 and SHA1 checksums.
- If `--HEAD` is passed, download the HEAD version of <formula> instead. `-v`
+ If `--HEAD` is passed, download the HEAD versions of <formulae> instead. `-v`
may also be passed to make the VCS checkout verbose, useful for seeing if
an existing HEAD cache has been updated.
If `--force` is passed, remove a previously cached version and re-fetch.
+ If `--deps` is passed, also download dependencies for any listed <formulae>.
+
* `audit [--strict]`:
Check formulae for Homebrew coding style violations. This should be
run before submitting a new formula for inclusion.