add --devel to fetch docs

This commit is contained in:
Adam Vandenberg 2014-06-03 20:19:48 -07:00
parent bd05334487
commit a66f3ecbe3

View File

@ -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.