Fix help message of datastore version upgrade
Change-Id: I9399c62815c20f8db129bf22647e7457eaae0f57
This commit is contained in:
@@ -524,7 +524,7 @@ class UpgradeDatabaseInstance(command.Command):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'datastore_version',
|
'datastore_version',
|
||||||
metavar='<datastore_version>',
|
metavar='<datastore_version>',
|
||||||
help=_('ID or name of the instance.'),
|
help=_('ID or name of the datastore version.'),
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user