Merge "doc: Correct typo"

This commit is contained in:
Zuul 2023-07-19 18:39:10 +00:00 committed by Gerrit Code Review
commit 74708e6124
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ To create a new *contract* branch migration:
.. code-block:: bash
$ tox -e venv -- python -m keystone.common.sql.migrations.manage \
revision --expand -m "My contract migration"
revision --contract -m "My contract migration"
To auto-generate an *expand* and/or *contract* branch migration: