From 36cc8ee3615d8afb00faf386c2b65833e1b06b88 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 3 Apr 2013 11:21:17 -0500 Subject: Document `brew deps --installed` --- Library/Contributions/manpages/brew.1.md | 2 ++ share/man/man1/brew.1 | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index eb86ba32f..50013b35c 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -90,6 +90,8 @@ Note that these flags should only appear after a command. If `--all` is passed, show dependencies for all formulae. + If `--installed` is passed, show dependencies for all installed formulae. + * `diy [--set-name ] [--set-version ]`: Automatically determine the installation prefix for non-Homebrew software. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 96886e6b7..3afaf3cd8 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" "March 2013" "Homebrew" "brew" +.TH "BREW" "1" "April 2013" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -99,6 +99,9 @@ If \fB\-\-tree\fR is passed, show dependencies as a tree\. .IP If \fB\-\-all\fR is passed, show dependencies for all formulae\. . +.IP +If \fB\-\-installed\fR is passed, show dependencies for all installed formulae\. +. .TP \fBdiy [\-\-set\-name ] [\-\-set\-version ]\fR Automatically determine the installation prefix for non\-Homebrew software\. -- cgit v1.2.3