diff options
| author | Mike McQuaid | 2017-03-06 18:00:39 +0000 |
|---|---|---|
| committer | GitHub | 2017-03-06 18:00:39 +0000 |
| commit | 3aa088dcaf541f738ce51bfb75ee5f792c171a59 (patch) | |
| tree | 554030ace746c86a8b2d24d8d148b4e7697fe4ba /Library/Homebrew/cmd/install.rb | |
| parent | bd444dda43871d5ed01aa0cf208f48744da15253 (diff) | |
| parent | aee23ccb0355228f24d387fcbe7cf5d30f57d8b6 (diff) | |
| download | brew-3aa088dcaf541f738ce51bfb75ee5f792c171a59.tar.bz2 | |
Merge pull request #2272 from EricFromCanada/master
Add more flags and descriptions to man pages.
Diffstat (limited to 'Library/Homebrew/cmd/install.rb')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index 5a3aeb7b3..c825e2796 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`] [`--devel`|`--HEAD`] [`--keep-tmp`] <formula>: +#: * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=`<compiler>] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] <formula>: #: Install <formula>. #: #: <formula> is usually the name of the formula to install, but it can be specified @@ -44,6 +44,9 @@ #: If `--keep-tmp` is passed, the temporary files created during installation #: are not deleted. #: +#: If `--build-bottle` is passed, prepare the formula for eventual bottling +#: during installation. +#: #: * `install` `--interactive` [`--git`] <formula>: #: Download and patch <formula>, then open a shell. This allows the user to #: run `./configure --help` and otherwise determine how to turn the software |
