Skip to content

Commit

Permalink
merged branch weaverryan/patch-1 (PR #1865)
Browse files Browse the repository at this point in the history
Commits
-------

b8ee401 Making the english smoother in command help description

Discussion
----------

Making the english smoother in command help description

Pretty simple :)

Thanks!
  • Loading branch information
fabpot committed Aug 2, 2011
2 parents 0bde3fa + b8ee401 commit e136718
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 e136718

Please sign in to comment.