diff options
| author | Adam Vandenberg | 2014-06-03 20:19:48 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-06-03 20:19:48 -0700 |
| commit | a66f3ecbe3a81a0baf33c0d562ca69e9bb407d02 (patch) | |
| tree | 234a9279182a679de23b71b79013e2cfc4e1de52 | |
| parent | bd0533448718bbf323e58070fc711d662c54b855 (diff) | |
| download | brew-a66f3ecbe3a81a0baf33c0d562ca69e9bb407d02.tar.bz2 | |
add --devel to fetch docs
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 10 |
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. |
