Skip to content

Commit

Permalink
fixed typo in command help text
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Jul 2, 2012
1 parent cc29f85 commit 53e735f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function configure()
->setHelp(<<<EOT
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
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
Expand Down

0 comments on commit 53e735f

Please sign in to comment.