diff options
| author | VonUniGE | 2017-07-08 00:12:00 +0200 |
|---|---|---|
| committer | Mathieu Vonlanthen | 2017-07-08 00:22:18 +0200 |
| commit | 16496a0b0fd7956922a55d9c816306feb1cd7b98 (patch) | |
| tree | 137cf06d24c3aaf20cbeab00ea7f3c95cd82b564 /Library | |
| parent | 8ec08479ae71a849ea1e648ccda7a85771c14d01 (diff) | |
| download | brew-16496a0b0fd7956922a55d9c816306feb1cd7b98.tar.bz2 | |
Update documentation of brew install syntax to match its actual behavior.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index e413bac6f..f4d5dcce7 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`] [`--build-bottle`] <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-options`]: #: Install <formula>. #: #: <formula> is usually the name of the formula to install, but it can be specified |
