Skip to content

Commit

Permalink
install: undocument --force-bottle. (#443)
Browse files Browse the repository at this point in the history
This is a developer-only option I created for testing purposes. It
should not be used by end-users.
  • Loading branch information
MikeMcQuaid authored Jul 4, 2016
1 parent 3e982b9 commit 468ebc5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Library/Homebrew/cmd/install.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 468ebc5

Please sign in to comment.