diff options
| author | EricFromCanada | 2017-03-05 21:45:15 -0500 |
|---|---|---|
| committer | EricFromCanada | 2017-03-05 21:45:15 -0500 |
| commit | aee23ccb0355228f24d387fcbe7cf5d30f57d8b6 (patch) | |
| tree | 1ac8c783b840d3f012bc462c40cf5c7b52b59337 /Library/Homebrew/cmd/install.rb | |
| parent | c349b37b4fc5c0856e5a93e059494824e41f4a0e (diff) | |
| download | brew-aee23ccb0355228f24d387fcbe7cf5d30f57d8b6.tar.bz2 | |
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 |
