Skip to content

Commit

Permalink
Making the english smoother in command help description
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Jul 29, 2011
1 parent 5b5dc45 commit b8ee401
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -60,8 +60,9 @@ protected function configure()
<info>php app/console doctrine:generate:entities Blog/Entity --path=src/</info>
You should provide the <comment>--no-backup</comment> option if you don't mind to back up files
before to generate entities:
By default, the unmodified version of each entity is backed up and saved
(e.g. Product.php~). To prevent this task from creating the backup file,
pass the <comment>--no-backup</comment> option:
<info>php app/console doctrine:generate:entities Blog/Entity --no-backup</info>
Expand Down

0 comments on commit b8ee401

Please sign in to comment.