diff options
| author | Xu Cheng | 2015-09-02 20:56:04 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-09 14:12:19 +0000 |
| commit | b4545f364ef8bb0932c2367eade1d380f277c4bf (patch) | |
| tree | a5cce056428b9a8029aa702ba9196cb43b115431 /share | |
| parent | 5b855d60d099e4e0cd342c7d3bb9a78e5cdbc8fb (diff) | |
| download | homebrew-b4545f364ef8bb0932c2367eade1d380f277c4bf.tar.bz2 | |
test-bot: only test the runtime dependencies.
Also add support to `brew uses` to ignore build or optional dependencies.
Closes #36154.
Closes #36656.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
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 |
