diff options
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man1/brew.1 | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index f9f1d9b2a..789f37866 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" "January 2015" "Homebrew" "brew" +.TH "BREW" "1" "February 2015" "Homebrew" "brew"  .  .SH "NAME"  \fBbrew\fR \- The missing package manager for OS X @@ -426,7 +426,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] [\-\-devel|\-\-HEAD]\fR \fIformulae\fR +\fBuses [\-\-installed] [\-\-recursive] [\-\-skip\-build] [\-\-skip\-optional] [\-\-devel|\-\-HEAD]\fR \fIformulae\fR  Show the formulae that specify \fIformulae\fR as a dependency\. When given multiple formula arguments, show the intersection of formulae that use \fIformulae\fR\.  .  .IP @@ -436,6 +436,9 @@ Use \fB\-\-recursive\fR to resolve more than one level of dependencies\.  If \fB\-\-installed\fR is passed, only list installed formulae\.  .  .IP +By default, \fBuses\fR shows all formulae that specify \fIformulae\fR as a dependency\. To skip the \fB:build\fR type dependencies, pass \fB\-\-skip\-build\fR\. Similarly, pass \fB\-\-skip\-optional\fR to skip \fB:optional\fR dependencies\. +. +.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 | 
