aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMike McQuaid2017-01-02 17:07:55 +0000
committerGitHub2017-01-02 17:07:55 +0000
commit814a5de7f74f3012f364aef978394955cbef7ac5 (patch)
treea0b53457a44cb252168c2fa18dc89bfabde1b229 /docs
parente84e4b5566ac9211481af2ab7c74cd7ad617d958 (diff)
parent79f9896d2ffd03819236318c9f0742d40f1826ac (diff)
downloadbrew-814a5de7f74f3012f364aef978394955cbef7ac5.tar.bz2
Merge pull request #1765 from MikeMcQuaid/force-bottle-or-later
bottles: --force-bottle feigns or_later.
Diffstat (limited to 'docs')
-rw-r--r--docs/brew.1.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html
index 8a24e499b..d69c141bb 100644
--- a/docs/brew.1.html
+++ b/docs/brew.1.html
@@ -127,8 +127,9 @@ checksum of a previously cached version no longer matches.</p>
<p>If <code>--build-from-source</code> is passed, download the source rather than a
bottle.</p>
-<p>If <code>--force-bottle</code> is passed, download a bottle if it exists for the current
-version of macOS, even if it would not be used during installation.</p></dd>
+<p>If <code>--force-bottle</code> is passed, download a bottle if it exists for the
+current or newest version of macOS, even if it would not be used during
+installation.</p></dd>
<dt><code>gist-logs</code> [<code>--new-issue</code>|<code>-n</code>] <var>formula</var></dt><dd><p>Upload logs for a failed build of <var>formula</var> to a new Gist.</p>
<p><var>formula</var> is usually the name of the formula to install, but it can be specified
@@ -185,6 +186,10 @@ from bottles if they are available.</p>
passed, then both <var>formula</var> and the dependencies installed as part of this process
are built from source even if bottles are available.</p>
+<p>If <code>--force-bottle</code> is passed, install from a bottle if it exists for the
+current or newest version of macOS, even if it would not normally be used
+for installation.</p>
+
<p>If <code>--devel</code> is passed, and <var>formula</var> defines it, install the development version.</p>
<p>If <code>--HEAD</code> is passed, and <var>formula</var> defines it, install the HEAD version,