aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-04 18:27:11 -0800
committerAdam Vandenberg2014-03-04 18:27:11 -0800
commit53d5f877cd773ec022f09d362c2e35522b8ea5b6 (patch)
tree4097c35335607c4fdd4606304530c56d66587d66
parent25452f3acf282bf0666ac7120c318a718d55b4a2 (diff)
downloadhomebrew-53d5f877cd773ec022f09d362c2e35522b8ea5b6.tar.bz2
document fetch --force-bottle
-rw-r--r--Library/Contributions/manpages/brew.1.md5
-rw-r--r--share/man/man1/brew.15
2 files changed, 8 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 27c42b7b6..44b2264f1 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` <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.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 9fec3f4d1..89a19f4fe 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\.