diff options
| author | Adam Vandenberg | 2011-06-15 09:02:18 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-15 09:02:18 -0700 |
| commit | 0523f66bec11345fc31cc678a9bdc80607fdf3f9 (patch) | |
| tree | 2e9adef0285eaa6dbb481bc2eef6236a16375e35 /Library/Contributions | |
| parent | a656243377d58b753a4fe71755480ebcb9fa334b (diff) | |
| download | brew-0523f66bec11345fc31cc678a9bdc80607fdf3f9.tar.bz2 | |
deps: document -n switch
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 4 |
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. |
