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). --- Library/Contributions/manpages/brew.1.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index aefc5f7b6..c4c645ebd 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -129,12 +129,18 @@ didn't include with OS X. * `outdated`: Shows formula that have an updated version available. - * `deps` : + * `deps [--1]` : Shows 's dependencies. - * `uses` : - Shows the formulas that specify as a dependency. The list is not - recursive; only one level of dependencies is resolved. + If `--1` is passed, only show dependencies one level down, instead of + recursing. + + * `uses [--installed]` : + Shows the formulas that specify as a dependency. The list is + not recursive; only one level of dependencies is resolved. + + If `--installed` is passed, the list only shows formulae you have + installed. * `doctor`: Checks your system for potential problems. -- cgit v1.2.3