diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index c07143ed25a96..f105eede4eb9b 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -1,4 +1,4 @@ -#: * `install` [`--debug`] [`--env=`|] [`--ignore-dependencies`] [`--only-dependencies`] [`--cc=`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] : +#: * `install` [`--debug`] [`--env=`|] [`--ignore-dependencies`] [`--only-dependencies`] [`--cc=`] [`--build-from-source`] [`--devel`|`--HEAD`] [`--keep-tmp`] : #: Install . #: #: is usually the name of the formula to install, but it can be specified @@ -32,9 +32,10 @@ #: passed, then both 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 defines it, install the development version. #: #: If `--HEAD` is passed, and defines it, install the HEAD version,