document fetch --force-bottle
This commit is contained in:
parent
e35adf1546
commit
f22aff42e1
@ -117,7 +117,7 @@ Note that these flags should only appear after a command.
|
|||||||
* `edit` <formula>:
|
* `edit` <formula>:
|
||||||
Open <formula> in the editor.
|
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>.
|
Download the source packages for the given <formulae>.
|
||||||
For tarballs, also print SHA1 and SHA-256 checksums.
|
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
|
If `--build-from-source` is passed, download the source rather than a
|
||||||
bottle.
|
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`:
|
* `home`:
|
||||||
Open Homebrew's own homepage in a browser.
|
Open Homebrew's own homepage in a browser.
|
||||||
|
|
||||||
|
@ -132,7 +132,7 @@ Open all of Homebrew for editing\.
|
|||||||
Open \fIformula\fR in the editor\.
|
Open \fIformula\fR in the editor\.
|
||||||
.
|
.
|
||||||
.TP
|
.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\.
|
Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA1 and SHA\-256 checksums\.
|
||||||
.
|
.
|
||||||
.IP
|
.IP
|
||||||
@ -147,6 +147,9 @@ If \fB\-\-deps\fR is passed, also download dependencies for any listed \fIformul
|
|||||||
.IP
|
.IP
|
||||||
If \fB\-\-build\-from\-source\fR is passed, download the source rather than a bottle\.
|
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
|
.TP
|
||||||
\fBhome\fR
|
\fBhome\fR
|
||||||
Open Homebrew\'s own homepage in a browser\.
|
Open Homebrew\'s own homepage in a browser\.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user