diff options
| author | Adam Vandenberg | 2013-11-10 10:33:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-10 11:08:57 -0800 |
| commit | 7e2979707c6f9c4a91e3a092431ce85b0c226442 (patch) | |
| tree | 4701f8218a8304f2ff2df3acabfccb7828f42776 /share | |
| parent | 4cbaeb6d61f10db1abcb3f844c3bc234107732c5 (diff) | |
| download | brew-7e2979707c6f9c4a91e3a092431ce85b0c226442.tar.bz2 | |
document --devel|--HEAD for uses
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index db596814b..9034ac80f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -373,7 +373,7 @@ Options for the \fBinstall\fR command are also valid here\. If \fIformulae\fR are given, upgrade only the specified brews (but do so even if they are pinned; see \fBpin\fR, \fBunpin\fR)\. . .TP -\fBuses [\-\-installed] [\-\-recursive]\fR \fIformula\fR +\fBuses [\-\-installed] [\-\-recursive] [\-\-devel|\-\-HEAD]\fR \fIformula\fR Show the formulae that specify \fIformula\fR as a dependency\. . .IP @@ -382,6 +382,9 @@ Use \fB\-\-recursive\fR to resolve more than one level of dependencies\. .IP If \fB\-\-installed\fR is passed, only list installed formulae\. . +.IP +By default, \fBuses\fR shows usages of \fBformula\fR by stable builds\. To find cases where \fBformula\fR is used by development or HEAD build, pass \fB\-\-devel\fR or \fB\-\-HEAD\fR\. +. .TP \fBversions [\-\-compact]\fR \fIformulae\fR List previous versions of \fIformulae\fR, along with a command to checkout each version\. |
