Skip to content

Commit f7a8d12

Browse files
authored
Merge pull request #522 from atehvg/patch-1
Removed deprecated option --show-versions in documentation
2 parents 1dd4290 + 4a05372 commit f7a8d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ migration to execute:
183183

184184
.. code-block:: terminal
185185
186-
$ php bin/console doctrine:migrations:status --show-versions
186+
$ php bin/console doctrine:migrations:status
187187
188188
Now you can add some migration code to the ``up()`` and ``down()`` methods and
189189
finally migrate when you're ready:

0 commit comments

Comments
 (0)