Fix brackets to suggest optionality
Change from angular to square brackets to suggest optionality of arguemnts. Change-Id: Ie5eb951c1e7188d83005cc0d7a2c2332d625c3a8
This commit is contained in:
parent
65dd7ae290
commit
330155ef1c
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user