From 21e262cb8a179f6018fe12e1bc5cae07b5b768d4 Mon Sep 17 00:00:00 2001 From: Niels Keurentjes Date: Mon, 15 Feb 2016 01:11:24 +0100 Subject: [PATCH] Documentation updated for new depends parameters. --- doc/03-cli.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index b35d8f805..0afb9f304 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -350,12 +350,11 @@ php composer.phar depends symfony/symfony --with-replaces -im ^3.0 ### Options -* **--link-type:** The link types to match on, can be specified multiple - times. +* **--recursive (-r):** Recursively resolves up to the root package. +* **--tree (-t):** Prints the results as a nested tree, implies -r. * **--match-constraint (-m):** Filters the dependencies shown using this constraint. * **--invert-match-constraint (-i):** Turns --match-constraint around into a blacklist instead of a whitelist. -* **--with-replaces:** Search for replaced packages as well. ## validate