From df79659045004dd09ac9514f497094ace3a9a4b4 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sat, 16 Apr 2016 00:22:04 +0800 Subject: update manpage for deps/uses --- Library/Homebrew/manpages/brew.1.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 575132336..80ff46820 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -98,7 +98,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note The options `--set-name` and `--set-version` each take an argument and allow you to explicitly set the name and version of the package you are creating. - * `deps` [`--1`] [`-n`] [`--union`] [`--tree`] [`--all`] [`--installed`] [`--skip-build`] [`--skip-optional`] : + * `deps` [`--1`] [`-n`] [`--union`] [`--tree`] [`--all`] [`--installed`] [`--include-build`] [`--include-optional`] [`--skip-recommended`] : Show dependencies for . When given multiple formula arguments, show the intersection of dependencies for , except when passed `--tree`, `--all`, or `--installed`. @@ -117,9 +117,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--installed` is passed, show dependencies for all installed formulae. - By default, `deps` shows dependencies for . To skip the `:build` - type dependencies, pass `--skip-build`. Similarly, pass `--skip-optional` - to skip `:optional` dependencies. + By default, `deps` shows required and recommended dependencies for + . To include the `:build` type dependencies, pass `--include-build`. + Similarly, pass `--include-optional` to include `:optional` dependencies. + To skip `:recommended` type dependencies, pass `--skip-recommended`. * `desc` : Display 's name and one-line description. @@ -496,7 +497,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If are given, upgrade only the specified brews (but do so even if they are pinned; see `pin`, `unpin`). - * `uses` [`--installed`] [`--recursive`] [`--skip-build`] [`--skip-optional`] [`--devel`|`--HEAD`] : + * `uses` [`--installed`] [`--recursive`] [`--include-build`] [`--include-optional`] [`--skip-recommended`] [`--devel`|`--HEAD`] : Show the formulae that specify as a dependency. When given multiple formula arguments, show the intersection of formulae that use . @@ -505,9 +506,10 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note If `--installed` is passed, only list installed formulae. - By default, `uses` shows all formulae that specify as a dependency. - To skip the `:build` type dependencies, pass `--skip-build`. Similarly, pass - `--skip-optional` to skip `:optional` dependencies. + By default, `uses` shows all formulae that specify as a required + or recommended dependency. To include the `:build` type dependencies, pass + `--include-build`. Similarly, pass `--include-optional` to include `:optional` + dependencies. To skip `:recommended` type dependencies, pass `--skip-recommended`. By default, `uses` shows usages of `formula` by stable builds. To find cases where `formula` is used by development or HEAD build, pass -- cgit v1.2.3