From 9affbd34adf49075687e13b14a1b94147ef6c4cc Mon Sep 17 00:00:00 2001 From: trsteel88 Date: Sun, 4 Sep 2011 14:43:09 +1000 Subject: [PATCH] Fixed typo --- Command/GenerateDoctrineEntityCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/GenerateDoctrineEntityCommand.php b/Command/GenerateDoctrineEntityCommand.php index 1d611e61..2e9a8538 100644 --- a/Command/GenerateDoctrineEntityCommand.php +++ b/Command/GenerateDoctrineEntityCommand.php @@ -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: -php app/console doctrine:generate:entity --entity=AcmeBlogBundle:Blog/Post --format=annotation --field="title:string(255) body:text" --with-repository --no-interaction +php app/console doctrine:generate:entity --entity=AcmeBlogBundle:Blog/Post --format=annotation --fields="title:string(255) body:text" --with-repository --no-interaction EOT ); }