From 2edc45854301a862d840c97eeeb675eaa31a077b Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 4 Nov 2015 17:51:26 +0100 Subject: [PATCH] add additional info to command doc --- .../ODM/PHPCR/Tools/Console/Command/InfoDoctrineCommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/InfoDoctrineCommand.php b/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/InfoDoctrineCommand.php index d46d32b60..f7262ace7 100644 --- a/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/InfoDoctrineCommand.php +++ b/lib/Doctrine/ODM/PHPCR/Tools/Console/Command/InfoDoctrineCommand.php @@ -41,6 +41,8 @@ protected function configure() The %command.name% shows basic information about which documents exist and possibly if their mapping information contains errors or not. + +php app/console doctrine:phpcr:mapping:info EOT ); }