Skip to content

Commit

Permalink
Fixed bad examples in doctrine:generate:entities help output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola authored and fabpot committed Jun 3, 2010
1 parent 12328a1 commit 6261cc2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -45,11 +45,11 @@ protected function configure()
You can also optionally limit generation to entities within an individual bundle:
<info>./symfony doctrine:generate:entities --bundle="Bundle\MyCustomBundle"</info>
<info>./symfony doctrine:generate:entities --bundle="Bundle/MyCustomBundle"</info>
Alternatively, you can limit generation to a single entity within a bundle:
<info>./symfony doctrine:generate:entities --bundle="Bundle\MyCustomBundle" --entity="User"</info>
<info>./symfony doctrine:generate:entities --bundle="Bundle/MyCustomBundle" --entity="User"</info>
EOT
);
}
Expand Down

0 comments on commit 6261cc2

Please sign in to comment.