diff options
Diffstat (limited to 'Library')
| -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. |
