From b8ee401028f78b548d3adfee872a84a918c80898 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 29 Jul 2011 11:28:15 -0500 Subject: [PATCH] Making the english smoother in command help description --- .../Command/GenerateEntitiesDoctrineCommand.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php index 65d568ae21c8..c18e867a0610 100644 --- a/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php +++ b/src/Symfony/Bundle/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php @@ -60,8 +60,9 @@ protected function configure() php app/console doctrine:generate:entities Blog/Entity --path=src/ -You should provide the --no-backup option if you don't mind to back up files -before to generate entities: +By default, the unmodified version of each entity is backed up and saved +(e.g. Product.php~). To prevent this task from creating the backup file, +pass the --no-backup option: php app/console doctrine:generate:entities Blog/Entity --no-backup