From 53e735ffddee09c5712142763de72053ec8cdb74 Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Mon, 2 Jul 2012 18:01:57 +0100 Subject: [PATCH] fixed typo in command help text --- .../ORM/Tools/Console/Command/GenerateEntitiesCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php b/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php index d53b48784..7210b6b7b 100644 --- a/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php +++ b/lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php @@ -83,7 +83,7 @@ class GenerateEntitiesCommand extends Console\Command\Command ->setHelp(<<--update-entities or --regenerate-entities flags your exisiting +If you use the --update-entities or --regenerate-entities flags your existing code gets overwritten. The EntityGenerator will only append new code to your file and will not delete the old code. However this approach may still be prone to error and we suggest you use code repositories such as GIT or SVN to make