aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-06-03 20:19:48 -0700
committerAdam Vandenberg2014-06-03 20:19:48 -0700
commite6193b69348b403d65ffbd19bad391feb7cf5677 (patch)
treea5ed5f3250fb8dcc45860335bb29e967ab67694d /Library
parentdb280af68cc934a7f6cc7f4b38216f55531df11e (diff)
downloadhomebrew-e6193b69348b403d65ffbd19bad391feb7cf5677.tar.bz2
add --devel to fetch docs
Diffstat (limited to 'Library')
-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 49dde2d56..dc99660e2 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -128,13 +128,15 @@ Note that these flags should only appear after a command.
* `edit` <formula>:
Open <formula> in the editor.
- * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source|--force-bottle]` <formulae>:
+ * `fetch [--force] [-v] [--devel|--HEAD] [--deps] [--build-from-source|--force-bottle]` <formulae>:
Download the source packages for the given <formulae>.
For tarballs, also print SHA1 and SHA-256 checksums.
- 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 `--HEAD` or `--devel` is passed, fetch that version instead of the
+ stable version.
+
+ If `-v` is passed, do a verbose VCS checkout, if the url represents a CVS.
+ This useful for seeing if an existing VCS cache has been updated.
If `--force` is passed, remove a previously cached version and re-fetch.