diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 3deb409085..5cb4e1805c 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -258,6 +258,11 @@ For the full command list, see the COMMANDS section. is of the form /, e.g. `brew tap homebrew/dupes`. + * `tap --repair`: + + Ensures all tapped formula are symlinked into Library/Formula and prunes dead + formula from Library/Formula. + * `test` : A few formulae provide a test method. `brew test ` runs this test method. There is no standard output or return code, but it should diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index b665c752bd..a1f434f83f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BREW" "1" "July 2012" "Homebrew" "brew" +.TH "BREW" "1" "August 2012" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -10,7 +10,7 @@ \fBbrew\fR \-\-version . .br -\fBbrew\fR [\-v|\-\-verbose] command [options] [formula] \.\.\. +\fBbrew\fR [\-\-verbose|\-v] command [options] [formula] \.\.\. . .SH "DESCRIPTION" Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn\'t include with OS X\. @@ -288,6 +288,12 @@ Tap a new formula repository from GitHub, or list existing taps\. \fItap\fR is of the form \fIuser\fR/\fIrepo\fR, e\.g\. \fBbrew tap homebrew/dupes\fR\. . .TP +\fBtap \-\-repair\fR: +. +.IP +Ensures all tapped formula are symlinked into Library/Formula and prunes dead formula from Library/Formula\. +. +.TP \fBtest\fR \fIformula\fR A few formulae provide a test method\. \fBbrew test \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\. .