diff --git a/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php b/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php index ff16e33f99..61837fc77a 100644 --- a/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php +++ b/src/Symfony/Framework/DoctrineBundle/Command/GenerateEntitiesDoctrineCommand.php @@ -45,11 +45,11 @@ The above would generate entity classes for all bundles. You can also optionally limit generation to entities within an individual bundle: - ./symfony doctrine:generate:entities --bundle="Bundle\MyCustomBundle" + ./symfony doctrine:generate:entities --bundle="Bundle/MyCustomBundle" Alternatively, you can limit generation to a single entity within a bundle: - ./symfony doctrine:generate:entities --bundle="Bundle\MyCustomBundle" --entity="User" + ./symfony doctrine:generate:entities --bundle="Bundle/MyCustomBundle" --entity="User" EOT ); }