diff options
| author | Max Howell | 2012-08-07 13:26:57 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-07 14:24:09 -0400 |
| commit | adccbf893e3b305760b35704f919f067e5d29069 (patch) | |
| tree | 87c2860aeb4663a8cd6abe24ac3846e5acb39b57 | |
| parent | 3b23cf102f6778540766e1db0fca31ecabebc6d4 (diff) | |
| download | brew-adccbf893e3b305760b35704f919f067e5d29069.tar.bz2 | |
Document `brew tap --repair`
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 10 |
2 files changed, 13 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 3deb40908..5cb4e1805 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. <tap> is of the form <user>/<repo>, 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` <formula>: A few formulae provide a test method. `brew test <formula>` 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 b665c752b..a1f434f83 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 <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\. . |
