From f7d458424b59d07b6aba5fc6c7d6cabd4589497a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 10 Nov 2013 10:33:56 -0800 Subject: document --devel|--HEAD for uses --- Library/Contributions/manpages/brew.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library') 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 are given, upgrade only the specified brews (but do so even if they are pinned; see `pin`, `unpin`). - * `uses [--installed] [--recursive]` : + * `uses [--installed] [--recursive] [--devel|--HEAD]` : Show the formulae that specify 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]` : List previous versions of , along with a command to checkout each version. -- cgit v1.2.3