diff options
| author | Jack Nagel | 2014-05-06 21:10:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-06 21:10:50 -0500 |
| commit | a726387337a923f99b5ec99da8e7dde4076f8a2f (patch) | |
| tree | c4ed3d7e2ddcef739255b581de0515cb755a9831 /Library | |
| parent | bf33f1a7bd40b28c1984c0022c37fd0cc46bf093 (diff) | |
| download | homebrew-a726387337a923f99b5ec99da8e7dde4076f8a2f.tar.bz2 | |
Add `brew deps --union` to man page
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 8e9f6ba7b..563d072c2 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -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 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 the intersection of dependencies for <formulae>, except when passed `--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 `--union` is passed, show the union of dependencies for <formulae>, + instead of the intersection. + If `--tree` is passed, show dependencies as a tree. If `--all` is passed, show dependencies for all formulae. |
