doc: Correct typo

A contract migration will use the '--contract' flag, obviously.

Change-Id: I288bd0175834fdd3ee8d224f099e37b6294cb7ea
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2023-06-27 13:31:35 +01:00
parent 4ea0b263fd
commit 8c789fbe73

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: