Add brew which to man page

This commit is contained in:
Adam Vandenberg 2011-06-13 10:54:04 -07:00
parent 2b9c6def6d
commit 440d8ea4c5
2 changed files with 12 additions and 0 deletions

View File

@ -233,6 +233,11 @@ For the full command list, see the COMMANDS section.
If `--installed` is passed, only lists installed formulae.
* `which` [<formulae>]:
List versions of installed brews.
If <formulae> are given, only list versions for the specified brews.
* `--cache`:
Display Homebrew's download cache. *Default:* `~/Library/Cache/Homebrew`

View File

@ -260,6 +260,13 @@ Show the formulas that specify \fIformula\fR as a dependency\. The list is not r
If \fB\-\-installed\fR is passed, only lists installed formulae\.
.
.TP
\fBwhich\fR [\fIformulae\fR]
List versions of installed brews\.
.
.IP
If \fIformulae\fR are given, only list versions for the specified brews\.
.
.TP
\fB\-\-cache\fR
Display Homebrew\'s download cache\. \fIDefault:\fR \fB~/Library/Cache/Homebrew\fR
.