aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorSteven Peters2016-08-25 22:30:43 -0700
committerSteven Peters2016-08-28 00:30:30 -0700
commit7ddd3977d829c63457f3a7aa254fe97ad4f0ce41 (patch)
tree7580a34922d48a17a263f714122edcac83e793af /share
parent8e29cf1b1d39f5d86aaeb702597aa34d97cd763a (diff)
downloadbrew-7ddd3977d829c63457f3a7aa254fe97ad4f0ce41.tar.bz2
cmd/deps.rb add --full-name option
Add --full-name option to brew deps command, which displays the full name of dependencies.
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/brew.1.html4
-rw-r--r--share/man/man1/brew.15
2 files changed, 7 insertions, 2 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index d768844b5..7716a5abc 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -100,7 +100,7 @@ you to explicitly set the name and version of the package you are creating.</p>
<p>The option <code>--tap</code> takes a tap as its argument and generates the formula in
the specified tap.</p></dd>
-<dt><code>deps</code> [<code>--1</code>] [<code>-n</code>] [<code>--union</code>] [<code>--installed</code>] [<code>--include-build</code>] [<code>--include-optional</code>] [<code>--skip-recommended</code>] <var>formulae</var></dt><dd><p>Show dependencies for <var>formulae</var>. When given multiple formula arguments,
+<dt><code>deps</code> [<code>--1</code>] [<code>-n</code>] [<code>--union</code>] [<code>--full-name</code>] [<code>--installed</code>] [<code>--include-build</code>] [<code>--include-optional</code>] [<code>--skip-recommended</code>] <var>formulae</var></dt><dd><p>Show dependencies for <var>formulae</var>. When given multiple formula arguments,
show the intersection of dependencies for <var>formulae</var>.</p>
<p>If <code>--1</code> is passed, only show dependencies one level down, instead of
@@ -111,6 +111,8 @@ recursing.</p>
<p>If <code>--union</code> is passed, show the union of dependencies for <var>formulae</var>,
instead of the intersection.</p>
+<p>If <code>--full-name</code> is passed, list dependencies by their full name.</p>
+
<p>If <code>--installed</code> is passed, only list those dependencies that are
currently installed.</p>
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 258bbff57..ddd1f23ce 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -132,7 +132,7 @@ The options \fB\-\-set\-name\fR and \fB\-\-set\-version\fR each take an argument
The option \fB\-\-tap\fR takes a tap as its argument and generates the formula in the specified tap\.
.
.TP
-\fBdeps\fR [\fB\-\-1\fR] [\fB\-n\fR] [\fB\-\-union\fR] [\fB\-\-installed\fR] [\fB\-\-include\-build\fR] [\fB\-\-include\-optional\fR] [\fB\-\-skip\-recommended\fR] \fIformulae\fR
+\fBdeps\fR [\fB\-\-1\fR] [\fB\-n\fR] [\fB\-\-union\fR] [\fB\-\-full\-name\fR] [\fB\-\-installed\fR] [\fB\-\-include\-build\fR] [\fB\-\-include\-optional\fR] [\fB\-\-skip\-recommended\fR] \fIformulae\fR
Show dependencies for \fIformulae\fR\. When given multiple formula arguments, show the intersection of dependencies for \fIformulae\fR\.
.
.IP
@@ -145,6 +145,9 @@ If \fB\-n\fR is passed, show dependencies in topological order\.
If \fB\-\-union\fR is passed, show the union of dependencies for \fIformulae\fR, instead of the intersection\.
.
.IP
+If \fB\-\-full\-name\fR is passed, list dependencies by their full name\.
+.
+.IP
If \fB\-\-installed\fR is passed, only list those dependencies that are currently installed\.
.
.IP