document fetch --force-bottle

This commit is contained in:
Adam Vandenberg 2014-03-04 18:27:11 -08:00
parent e35adf1546
commit f22aff42e1
2 changed files with 8 additions and 2 deletions

View File

@ -117,7 +117,7 @@ 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]` <formulae>:
* `fetch [--force] [-v] [--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.
@ -132,6 +132,9 @@ Note that these flags should only appear after a command.
If `--build-from-source` is passed, download the source rather than a
bottle.
If `--force-bottle` is passed, download a bottle if it exists for the current
version of OS X, even if it would not be used during installation.
* `home`:
Open Homebrew's own homepage in a browser.

View File

@ -132,7 +132,7 @@ Open all of Homebrew for editing\.
Open \fIformula\fR in the editor\.
.
.TP
\fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps] [\-\-build\-from\-source]\fR \fIformulae\fR
\fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps] [\-\-build\-from\-source|\-\-force\-bottle]\fR \fIformulae\fR
Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA1 and SHA\-256 checksums\.
.
.IP
@ -147,6 +147,9 @@ If \fB\-\-deps\fR is passed, also download dependencies for any listed \fIformul
.IP
If \fB\-\-build\-from\-source\fR is passed, download the source rather than a bottle\.
.
.IP
If \fB\-\-force\-bottle\fR is passed, download a bottle if it exists for the current version of OS X, even if it would not be used during installation\.
.
.TP
\fBhome\fR
Open Homebrew\'s own homepage in a browser\.