diff options
| author | Mike McQuaid | 2017-07-13 21:22:55 +0100 |
|---|---|---|
| committer | GitHub | 2017-07-13 21:22:55 +0100 |
| commit | 4ca2efb12dd1399526e0aa845b56ede58daecddd (patch) | |
| tree | c967f27c320c59244e80edfadca0f11b0c8c7374 /manpages/brew.1 | |
| parent | 7d443e6bfed0e6635da7224a0c0bbd2d4c5d80f9 (diff) | |
| parent | 73c7bc70d117016de8b2d07769eb672cd681ccbf (diff) | |
| download | brew-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 'manpages/brew.1')
| -rw-r--r-- | manpages/brew.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/manpages/brew.1 b/manpages/brew.1 index 3ea05848e..6713c6b7e 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "June 2017" "Homebrew" "brew" +.TH "BREW" "1" "July 2017" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for macOS @@ -216,7 +216,7 @@ Pass \fB\-\-all\fR to get information on all formulae, or \fB\-\-installed\fR to See the docs for examples of using the JSON output: \fIhttp://docs\.brew\.sh/Querying\-Brew\.html\fR . .TP -\fBinstall\fR [\fB\-\-debug\fR] [\fB\-\-env=\fR(\fBstd\fR|\fBsuper\fR)] [\fB\-\-ignore\-dependencies\fR|\fB\-\-only\-dependencies\fR] [\fB\-\-cc=\fR\fIcompiler\fR] [\fB\-\-build\-from\-source\fR|\fB\-\-force\-bottle\fR] [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-keep\-tmp\fR] [\fB\-\-build\-bottle\fR] \fIformula\fR +\fBinstall\fR [\fB\-\-debug\fR] [\fB\-\-env=\fR(\fBstd\fR|\fBsuper\fR)] [\fB\-\-ignore\-dependencies\fR|\fB\-\-only\-dependencies\fR] [\fB\-\-cc=\fR\fIcompiler\fR] [\fB\-\-build\-from\-source\fR|\fB\-\-force\-bottle\fR] [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-keep\-tmp\fR] [\fB\-\-build\-bottle\fR] \fIformula\fR [\fIoptions\fR \.\.\.] Install \fIformula\fR\. . .IP @@ -261,6 +261,9 @@ If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installatio .IP If \fB\-\-build\-bottle\fR is passed, prepare the formula for eventual bottling during installation\. . +.IP +Installation options specific to \fIformula\fR may be appended to the command, and can be listed with \fBbrew options\fR \fIformula\fR\. +. .TP \fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR If \fB\-\-interactive\fR (or \fB\-i\fR) is passed, download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\. |
