aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorMike McQuaid2017-07-13 21:22:55 +0100
committerGitHub2017-07-13 21:22:55 +0100
commit4ca2efb12dd1399526e0aa845b56ede58daecddd (patch)
treec967f27c320c59244e80edfadca0f11b0c8c7374 /Library/Homebrew/cmd
parent7d443e6bfed0e6635da7224a0c0bbd2d4c5d80f9 (diff)
parent73c7bc70d117016de8b2d07769eb672cd681ccbf (diff)
downloadbrew-4ca2efb12dd1399526e0aa845b56ede58daecddd.tar.bz2
Merge pull request #2876 from VonUniGE/patch-1
Update documentation of brew install syntax to match its actual behav…
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/install.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index e413bac6f..da48582d2 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> [<options> ...]:
#: Install <formula>.
#:
#: <formula> is usually the name of the formula to install, but it can be specified
@@ -47,6 +47,9 @@
#: If `--build-bottle` is passed, prepare the formula for eventual bottling
#: during installation.
#:
+#: Installation options specific to <formula> may be appended to the command,
+#: and can be listed with `brew options` <formula>.
+#:
#: * `install` `--interactive` [`--git`] <formula>:
#: If `--interactive` (or `-i`) is passed, download and patch <formula>, then
#: open a shell. This allows the user to run `./configure --help` and