Merge pull request #387 from shieldo/fix_helptext
fixed typo in command help text
This commit is contained in:
commit
dd60cb6645
@ -83,7 +83,7 @@ class GenerateEntitiesCommand extends Console\Command\Command
|
|||||||
->setHelp(<<<EOT
|
->setHelp(<<<EOT
|
||||||
Generate entity classes and method stubs from your mapping information.
|
Generate entity classes and method stubs from your mapping information.
|
||||||
|
|
||||||
If you use the <comment>--update-entities</comment> or <comment>--regenerate-entities</comment> flags your exisiting
|
If you use the <comment>--update-entities</comment> or <comment>--regenerate-entities</comment> flags your existing
|
||||||
code gets overwritten. The EntityGenerator will only append new code to your
|
code gets overwritten. The EntityGenerator will only append new code to your
|
||||||
file and will not delete the old code. However this approach may still be prone
|
file and will not delete the old code. However this approach may still be prone
|
||||||
to error and we suggest you use code repositories such as GIT or SVN to make
|
to error and we suggest you use code repositories such as GIT or SVN to make
|
||||||
|
Loading…
Reference in New Issue
Block a user