Add brew deps --union to man page

This commit is contained in:
Jack Nagel 2014-05-06 21:10:50 -05:00
parent c101919a2e
commit d2607c5985
2 changed files with 9 additions and 3 deletions

View File

@ -89,7 +89,7 @@ Note that these flags should only appear after a command.
The options `--set-name` and `--set-version` each take an argument and allow The options `--set-name` and `--set-version` each take an argument and allow
you to explicitly set the name and version of the package you are creating. you to explicitly set the name and version of the package you are creating.
* `deps [--1] [-n] [--tree] [--all] [--installed]` <formulae>: * `deps [--1] [-n] [--union] [--tree] [--all] [--installed]` <formulae>:
Show dependencies for <formulae>. When given multiple formula arguments, Show dependencies for <formulae>. When given multiple formula arguments,
show the intersection of dependencies for <formulae>, except when passed show the intersection of dependencies for <formulae>, except when passed
`--tree`, `--all`, or `--installed`. `--tree`, `--all`, or `--installed`.
@ -99,6 +99,9 @@ Note that these flags should only appear after a command.
If `-n` is passed, show dependencies in topological order. If `-n` is passed, show dependencies in topological order.
If `--union` is passed, show the union of dependencies for <formulae>,
instead of the intersection.
If `--tree` is passed, show dependencies as a tree. If `--tree` is passed, show dependencies as a tree.
If `--all` is passed, show dependencies for all formulae. If `--all` is passed, show dependencies for all formulae.

View File

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3 .\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3
. .
.TH "BREW" "1" "April 2014" "Homebrew" "brew" .TH "BREW" "1" "May 2014" "Homebrew" "brew"
. .
.SH "NAME" .SH "NAME"
\fBbrew\fR \- The missing package manager for OS X \fBbrew\fR \- The missing package manager for OS X
@ -95,7 +95,7 @@ If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the ca
The options \fB\-\-set\-name\fR and \fB\-\-set\-version\fR each take an argument and allow you to explicitly set the name and version of the package you are creating\. The options \fB\-\-set\-name\fR and \fB\-\-set\-version\fR each take an argument and allow you to explicitly set the name and version of the package you are creating\.
. .
.TP .TP
\fBdeps [\-\-1] [\-n] [\-\-tree] [\-\-all] [\-\-installed]\fR \fIformulae\fR \fBdeps [\-\-1] [\-n] [\-\-union] [\-\-tree] [\-\-all] [\-\-installed]\fR \fIformulae\fR
Show dependencies for \fIformulae\fR\. When given multiple formula arguments, show the intersection of dependencies for \fIformulae\fR, except when passed \fB\-\-tree\fR, \fB\-\-all\fR, or \fB\-\-installed\fR\. Show dependencies for \fIformulae\fR\. When given multiple formula arguments, show the intersection of dependencies for \fIformulae\fR, except when passed \fB\-\-tree\fR, \fB\-\-all\fR, or \fB\-\-installed\fR\.
. .
.IP .IP
@ -105,6 +105,9 @@ If \fB\-\-1\fR is passed, only show dependencies one level down, instead of recu
If \fB\-n\fR is passed, show dependencies in topological order\. If \fB\-n\fR is passed, show dependencies in topological order\.
. .
.IP .IP
If \fB\-\-union\fR is passed, show the union of dependencies for \fIformulae\fR, instead of the intersection\.
.
.IP
If \fB\-\-tree\fR is passed, show dependencies as a tree\. If \fB\-\-tree\fR is passed, show dependencies as a tree\.
. .
.IP .IP