diff options
| author | Adam Vandenberg | 2013-11-10 10:33:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-10 11:08:57 -0800 |
| commit | 7e2979707c6f9c4a91e3a092431ce85b0c226442 (patch) | |
| tree | 4701f8218a8304f2ff2df3acabfccb7828f42776 /Library | |
| parent | 4cbaeb6d61f10db1abcb3f844c3bc234107732c5 (diff) | |
| download | brew-7e2979707c6f9c4a91e3a092431ce85b0c226442.tar.bz2 | |
document --devel|--HEAD for uses
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index de5962ba0..14571be48 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -346,13 +346,17 @@ Note that these flags should only appear after a command. If <formulae> are given, upgrade only the specified brews (but do so even if they are pinned; see `pin`, `unpin`). - * `uses [--installed] [--recursive]` <formula>: + * `uses [--installed] [--recursive] [--devel|--HEAD]` <formula>: Show the formulae that specify <formula> as a dependency. Use `--recursive` to resolve more than one level of dependencies. If `--installed` is passed, only list installed formulae. + By default, `uses` shows usages of `formula` by stable builds. To find + cases where `formula` is used by development or HEAD build, pass + `--devel` or `--HEAD`. + * `versions [--compact]` <formulae>: List previous versions of <formulae>, along with a command to checkout each version. |
