From 8b88ea3eaea716f14a0764e66cd5d08f3eab1fbf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 27 Nov 2011 22:40:59 -0600 Subject: Move brew-depstree into `brew deps --tree` Signed-off-by: Jack Nagel --- share/man/man1/brew.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 3ff98646a..c7ae10e6f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -81,7 +81,7 @@ If \fB\-\-autotools\fR is passed, create a basic template for an Autotools\-styl If \fB\-\-no\-fetch\fR is passed, Homebrew will not download \fIURL\fR to the cache and will thus not add the MD5 to the formula for you\. . .TP -\fBdeps [\-\-1] [\-n] [\-\-all]\fR \fIformula\fR +\fBdeps [\-\-1] [\-n] [\-\-tree] [\-\-all]\fR \fIformula\fR Show \fIformula\fR\'s dependencies\. . .IP @@ -91,6 +91,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\. . .IP +If \fB\-\-tree\fR is passed, show dependencies as a tree\. +. +.IP If \fB\-\-all\fR is passed, show dependencies for all formulae\. . .TP -- cgit v1.2.3