aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-04 14:03:03 +0100
committerGitHub2016-07-04 14:03:03 +0100
commit468ebc5ed540c77dea4772a35678b5b2575ac4ed (patch)
tree30deac586fcc2f6758d73514c2b79ecda252b7a2 /Library
parent3e982b97202c3a7be5838d736a70bef495e08466 (diff)
downloadbrew-468ebc5ed540c77dea4772a35678b5b2575ac4ed.tar.bz2
install: undocument --force-bottle. (#443)
This is a developer-only option I created for testing purposes. It should not be used by end-users.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index c07143ed2..f105eede4 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -1,4 +1,4 @@
-#: * `install` [`--debug`] [`--env=`<std>|<super>] [`--ignore-dependencies`] [`--only-dependencies`] [`--cc=`<compiler>] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] <formula>:
+#: * `install` [`--debug`] [`--env=`<std>|<super>] [`--ignore-dependencies`] [`--only-dependencies`] [`--cc=`<compiler>] [`--build-from-source`] [`--devel`|`--HEAD`] [`--keep-tmp`] <formula>:
#: Install <formula>.
#:
#: <formula> is usually the name of the formula to install, but it can be specified
@@ -32,9 +32,10 @@
#: passed, then both <formula> and the dependencies installed as part of this process
#: are built from source even if bottles are available.
#:
-#: If `--force-bottle` is passed, install from a bottle if it exists
-#: for the current version of OS X, even if custom options are given.
-#:
+# Hidden developer option:
+# If `--force-bottle` is passed, install from a bottle if it exists
+# for the current version of OS X, even if custom options are given.
+#
#: If `--devel` is passed, and <formula> defines it, install the development version.
#:
#: If `--HEAD` is passed, and <formula> defines it, install the HEAD version,