Skip to content

Commit

Permalink
merged branch trsteel88/patch-2 (PR sensiolabs#69)
Browse files Browse the repository at this point in the history
Commits
-------

9affbd3 Fixed typo

Discussion
----------

Fixed typo
  • Loading branch information
fabpot committed Sep 4, 2011
2 parents 4bd7cc0 + 9affbd3 commit 019aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/GenerateDoctrineEntityCommand.php
Expand Up @@ -65,7 +65,7 @@ protected function configure()
To deactivate the interaction mode, simply use the `--no-interaction` option
whitout forgetting to pass all needed options:
<info>php app/console doctrine:generate:entity --entity=AcmeBlogBundle:Blog/Post --format=annotation --field="title:string(255) body:text" --with-repository --no-interaction</info>
<info>php app/console doctrine:generate:entity --entity=AcmeBlogBundle:Blog/Post --format=annotation --fields="title:string(255) body:text" --with-repository --no-interaction</info>
EOT
);
}
Expand Down

0 comments on commit 019aa5a

Please sign in to comment.