aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-08-11 20:51:33 -0700
committerAdam Vandenberg2010-08-11 20:54:29 -0700
commit77c70ec47260e286e2b205d8bef3d1baebf1fb48 (patch)
treeedac2ae3ad054778b7024117de558f9d6965234a /Library
parent64cf554a7bf5e3f4212ebde7295df301241f679c (diff)
downloadbrew-77c70ec47260e286e2b205d8bef3d1baebf1fb48.tar.bz2
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).
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/manpages/brew.1.md14
1 files changed, 10 insertions, 4 deletions
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` <formula>:
+ * `deps [--1]` <formula>:
Shows <formula>'s dependencies.
- * `uses` <formula>:
- Shows the formulas that specify <formula> 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]` <formula>:
+ Shows the formulas that specify <formula> 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.