diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 49dde2d56a..dc99660e2f 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` : Open in the editor. - * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source|--force-bottle]` : + * `fetch [--force] [-v] [--devel|--HEAD] [--deps] [--build-from-source|--force-bottle]` : Download the source packages for the given . For tarballs, also print SHA1 and SHA-256 checksums. - If `--HEAD` is passed, download the HEAD versions of 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.