diff --git a/tutorial/getting-started.rst b/tutorial/getting-started.rst index 7d5ee454..0e50901b 100644 --- a/tutorial/getting-started.rst +++ b/tutorial/getting-started.rst @@ -93,7 +93,7 @@ Now you can generate the bundle in which you will write most of your code: .. code-block:: bash - $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction + $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src The Documents .............