Fix brackets to suggest optionality

Change from angular to square brackets to suggest
optionality of arguemnts.

Change-Id: Ie5eb951c1e7188d83005cc0d7a2c2332d625c3a8
This commit is contained in:
Hemanth Makkapati 2017-02-14 11:22:14 -06:00
parent 65dd7ae290
commit 330155ef1c

View File

@ -46,14 +46,14 @@ COMMANDS
**db_version**
This will print the current migration level of a glance database.
**db_upgrade <VERSION>**
**db_upgrade [VERSION]**
This will take an existing database and upgrade it to the
specified VERSION.
**db_version_control**
Place the database under migration control.
**db_sync <VERSION>**
**db_sync [VERSION]**
Place an existing database under migration control and upgrade it to
the specified VERSION.