From 964d510357d8680759bb8a81d9ab386e4b1901e7 Mon Sep 17 00:00:00 2001 From: Primoz Cigler Date: Wed, 11 May 2016 09:11:55 +0200 Subject: [PATCH] Added missing - in the in getting started docs. --- docs/en/tutorials/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 0a40218ac..c9e75d4f4 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -344,7 +344,7 @@ Now that we have defined our first entity, let's update the database: $ vendor/bin/doctrine orm:schema-tool:update --force --dump-sql -Specifying both flags ``--force`` and ``-dump-sql`` prints and executes the DDL +Specifying both flags ``--force`` and ``--dump-sql`` prints and executes the DDL statements. Now create a new script that will insert products into the database: