aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-15 09:02:18 -0700
committerAdam Vandenberg2011-06-15 09:02:18 -0700
commit0523f66bec11345fc31cc678a9bdc80607fdf3f9 (patch)
tree2e9adef0285eaa6dbb481bc2eef6236a16375e35 /Library/Contributions
parenta656243377d58b753a4fe71755480ebcb9fa334b (diff)
downloadbrew-0523f66bec11345fc31cc678a9bdc80607fdf3f9.tar.bz2
deps: document -n switch
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/manpages/brew.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 511bd2745..5272f62ef 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -70,12 +70,14 @@ For the full command list, see the COMMANDS section.
If `--no-fetch` is passed, Homebrew will not download <URL> to the cache and
will thus not add the MD5 to the formula for you.
- * `deps [--1]` <formula>:
+ * `deps [--1] [-n]` <formula>:
Show <formula>'s dependencies.
If `--1` is passed, only show dependencies one level down, instead of
recursing.
+ If `-n` is passed, shows dependencies in topological order.
+
* `doctor`:
Check your system for potential problems.