]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Minor doc fix in alembic_migrations.rst
authorBo Chi <shcbo@cn.ibm.com>
Tue, 24 Nov 2015 08:30:09 +0000 (03:30 -0500)
committerBo Chi <shcbo@cn.ibm.com>
Tue, 24 Nov 2015 08:49:10 +0000 (03:49 -0500)
Added <commands> after neutron-db-manage
in doc/source/devref/alembic_migrations.rst

Change-Id: Id5af332e10424378f6fd8eeed1c8aa14846c1169

doc/source/devref/alembic_migrations.rst

index fbdba620c28e6750fa9dc0dbc2a8663d501431cf..5873f7a06d1cd21bfef5f8871499dc52c5eb9d0c 100644 (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::