Skip to content

Commit

Permalink
Merge pull request #387 from shieldo/fix_helptext
Browse files Browse the repository at this point in the history
fixed typo in command help text
  • Loading branch information
guilhermeblanco committed Jul 2, 2012
2 parents cc29f85 + 53e735f commit dd60cb6
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 dd60cb6

Please sign in to comment.