|
@@ -31,7 +31,7 @@ class GenerateEntitiesDoctrineCommand extends DoctrineCommand
|
|
|
$this
|
|
|
->setName('doctrine:generate:entities')
|
|
|
->setAliases(array('generate:doctrine:entities'))
|
|
|
- ->setDescription('Generate entity classes and method stubs from your mapping information')
|
|
|
+ ->setDescription('Generates entity classes and method stubs from your mapping information')
|
|
|
->addArgument('name', InputArgument::REQUIRED, 'A bundle name, a namespace, or a class name')
|
|
|
->addOption('path', null, InputOption::VALUE_REQUIRED, 'The path where to generate entities when it cannot be guessed')
|
|
|
->addOption('no-backup', null, InputOption::VALUE_NONE, 'Do not backup existing entities files.')
|