Skip to content

Commit

Permalink
Merge pull request #5817 from primozcigler/master
Browse files Browse the repository at this point in the history
Added missing - in the in getting started docs.
  • Loading branch information
Ocramius committed May 12, 2016
2 parents 59a0410 + 964d510 commit 2f60d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f60d6a

Please sign in to comment.