From bb2e29ba28980676e5728ebbd3020ab02d8dcc86 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 27 Nov 2015 10:56:32 +0000 Subject: [PATCH] Add warning about --tree --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index b1456b8bd..c985578f8 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -299,7 +299,7 @@ php composer.phar show monolog/monolog 1.0.2 * **--installed (-i):** List the packages that are installed. * **--platform (-p):** List only platform packages (php & extensions). * **--self (-s):** List the root package info. -* **--tree (-t):** List the dependencies as a tree. +* **--tree (-t):** List the dependencies as a tree. Only usable when giving a single package name or combined with `-i`. ## browse / home