Skip to content

Commit

Permalink
[DoctrineBundle] Fixed doctrine:generate:entities help message
Browse files Browse the repository at this point in the history
  • Loading branch information
stof authored and fabpot committed Feb 2, 2011
1 parent 4e0db56 commit de401fd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -37,11 +37,11 @@ protected function configure()
You have to limit generation of entities to an individual bundle:
<info>./app/console doctrine:generate:entities --bundle="MyCustomBundle"</info>
<info>./app/console doctrine:generate:entities MyCustomBundle</info>
Alternatively, you can limit generation to a single entity within a bundle:
<info>./app/console doctrine:generate:entities --bundle="MyCustomBundle" --entity="User"</info>
<info>./app/console doctrine:generate:entities "MyCustomBundle" --entity="User"</info>
You have to specifiy the shortname (without namespace) of the entity you want to filter for.
EOT
Expand Down

0 comments on commit de401fd

Please sign in to comment.