Document brew options
This commit is contained in:
parent
e9043abc57
commit
ef1f45fbc3
@ -172,6 +172,9 @@ Some external commands are shipped with Homebrew, and enabled by default.
|
|||||||
Downloads the tarball or checks out from VCS for the given <formula>. For
|
Downloads the tarball or checks out from VCS for the given <formula>. For
|
||||||
tarballs, also prints MD5 and SHA1 checksums.
|
tarballs, also prints MD5 and SHA1 checksums.
|
||||||
|
|
||||||
|
* `options` <formula>:
|
||||||
|
Displays install options specific to <formula>.
|
||||||
|
|
||||||
* `man`:
|
* `man`:
|
||||||
Regenerates this man page from source.
|
Regenerates this man page from source.
|
||||||
|
|
||||||
|
@ -81,6 +81,7 @@ module HomebrewArgvExtension
|
|||||||
|
|
||||||
Other Commands:
|
Other Commands:
|
||||||
info formula [--github]
|
info formula [--github]
|
||||||
|
options formula
|
||||||
deps formula
|
deps formula
|
||||||
uses formula [--installed]
|
uses formula [--installed]
|
||||||
home formula ...
|
home formula ...
|
||||||
@ -88,6 +89,7 @@ module HomebrewArgvExtension
|
|||||||
link formula ...
|
link formula ...
|
||||||
unlink formula ...
|
unlink formula ...
|
||||||
outdated
|
outdated
|
||||||
|
missing
|
||||||
prune
|
prune
|
||||||
doctor
|
doctor
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "BREW" "1" "August 2010" "Homebrew" "brew"
|
.TH "BREW" "1" "September 2010" "Homebrew" "brew"
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBbrew\fR \- The missing package manager for OS X
|
\fBbrew\fR \- The missing package manager for OS X
|
||||||
@ -182,6 +182,10 @@ Checks all formulae for Homebrew coding style violations\. This should be run be
|
|||||||
Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\.
|
Downloads the tarball or checks out from VCS for the given \fIformula\fR\. For tarballs, also prints MD5 and SHA1 checksums\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
\fBoptions\fR \fIformula\fR
|
||||||
|
Displays install options specific to \fIformula\fR\.
|
||||||
|
.
|
||||||
|
.TP
|
||||||
\fBman\fR
|
\fBman\fR
|
||||||
Regenerates this man page from source\.
|
Regenerates this man page from source\.
|
||||||
.
|
.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user