regenerate manual
This commit is contained in:
parent
ca3b65cb3b
commit
3df975897c
@ -1,7 +1,7 @@
|
||||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "BREW" "1" "May 2014" "Homebrew" "brew"
|
||||
.TH "BREW" "1" "June 2014" "Homebrew" "brew"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBbrew\fR \- The missing package manager for OS X
|
||||
@ -139,11 +139,14 @@ Open all of Homebrew for editing\.
|
||||
Open \fIformula\fR in the editor\.
|
||||
.
|
||||
.TP
|
||||
\fBfetch [\-\-force] [\-v] [\-\-HEAD] [\-\-deps] [\-\-build\-from\-source|\-\-force\-bottle]\fR \fIformulae\fR
|
||||
\fBfetch [\-\-force] [\-v] [\-\-devel|\-\-HEAD] [\-\-deps] [\-\-build\-from\-source|\-\-force\-bottle]\fR \fIformulae\fR
|
||||
Download the source packages for the given \fIformulae\fR\. For tarballs, also print SHA1 and SHA\-256 checksums\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-HEAD\fR is passed, download the HEAD versions of \fIformulae\fR instead\. \fB\-v\fR may also be passed to make the VCS checkout verbose, useful for seeing if an existing HEAD cache has been updated\.
|
||||
If \fB\-\-HEAD\fR or \fB\-\-devel\fR is passed, fetch that version instead of the stable version\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-v\fR is passed, do a verbose VCS checkout, if the url represents a CVS\. This useful for seeing if an existing VCS cache has been updated\.
|
||||
.
|
||||
.IP
|
||||
If \fB\-\-force\fR is passed, remove a previously cached version and re\-fetch\.
|
||||
@ -350,10 +353,13 @@ Tap a new formula repository from GitHub, or list existing taps\.
|
||||
Ensures all tapped formula are symlinked into Library/Formula and prunes dead formula from Library/Formula\.
|
||||
.
|
||||
.TP
|
||||
\fBtest\fR \fIformula\fR
|
||||
\fBtest\fR [\-\-devel|\-\-HEAD] \fIformula\fR
|
||||
A few formulae provide a test method\. \fBbrew test <formula>\fR runs this test method\. There is no standard output or return code, but it should generally indicate to the user if something is wrong with the installed formula\.
|
||||
.
|
||||
.IP
|
||||
To test the development or head version of a formula, \fB\-\-devel\fR or \fB\-\-HEAD\fR must be passed\.,
|
||||
.
|
||||
.IP
|
||||
Example: \fBbrew install jruby && brew test jruby\fR
|
||||
.
|
||||
.TP
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user