From 77c70ec47260e286e2b205d8bef3d1baebf1fb48 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 11 Aug 2010 20:51:33 -0700 Subject: Add "brew uses --installed" Passing --installed will limit the list to formulae that you have installed. Documented this and "brew deps --1" which limits the dependency list to one level down (direct dependencies). --- share/man/man1/brew.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'share/man') diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 74d119251..726bc9833 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" "July 2010" "Homebrew" "brew" +.TH "BREW" "1" "August 2010" "Homebrew" "brew" . .SH "NAME" \fBbrew\fR \- The missing package manager for OS X @@ -141,13 +141,19 @@ Removes dead symlinks from the Homebrew prefix\. This is generally not needed\. Shows formula that have an updated version available\. . .TP -\fBdeps\fR \fIformula\fR +\fBdeps [\-\-1]\fR \fIformula\fR Shows \fIformula\fR\'s dependencies\. . +.IP +If \fB\-\-1\fR is passed, only show dependencies one level down, instead of recursing\. +. .TP -\fBuses\fR \fIformula\fR +\fBuses [\-\-installed]\fR \fIformula\fR Shows the formulas that specify \fIformula\fR as a dependency\. The list is not recursive; only one level of dependencies is resolved\. . +.IP +If \fB\-\-installed\fR is passed, the list only shows formulae you have installed\. +. .TP \fBdoctor\fR Checks your system for potential problems\. -- cgit v1.2.3