Minor doc fix in alembic_migrations.rst

Added <commands> after neutron-db-manage
in doc/source/devref/alembic_migrations.rst

Change-Id: Id5af332e10424378f6fd8eeed1c8aa14846c1169
This commit is contained in:
Bo Chi 2015-11-24 03:30:09 -05:00
parent 19ededc702
commit c9dd52a834
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ You will often need to clear it to re-run operations from a blank database::
To work on the test database instead of the neutron database, point to it with
the ``--database-connection`` option::
neutron-db-manage --database-connection mysql+pymysql://root:secretmysql@127.0.0.1/testdb?charset=utf8
neutron-db-manage --database-connection mysql+pymysql://root:secretmysql@127.0.0.1/testdb?charset=utf8 <commands>
You may find it convenient to set up an alias (in your .bashrc) for this::