diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 27c42b7b60..44b2264f16 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -117,7 +117,7 @@ Note that these flags should only appear after a command. * `edit` : Open in the editor. - * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source]` : + * `fetch [--force] [-v] [--HEAD] [--deps] [--build-from-source|--force-bottle]` : Download the source packages for the given . 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. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 9fec3f4d1f..89a19f4fea 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -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\.