From 575e3fd3d8d9a3793c2a18f42b55307a390506ed Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Sun, 14 Feb 2016 21:31:15 +0100 Subject: [PATCH] Updated docs for new suggest parameters. --- doc/03-cli.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index b35d8f805..e2f117b0f 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -319,8 +319,13 @@ Lists all packages suggested by currently installed set of packages. You can optionally pass one or multiple package names in the format of `vendor/package` to limit output to suggestions made by those packages only. +Use the `--by-package` or `--by-suggestion` flags to group the output by +the package offering the suggestions or the suggested packages respectively. + ### Options +* **--by-package:** Groups output by suggesting package. +* **--by-suggestion:** Groups output by suggested package. * **--no-dev:** Excludes suggestions from `require-dev` packages. * **--verbose (-v):** Increased verbosity adds suggesting package name and reason for suggestion.