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(
|
||||
'datastore_version',
|
||||
metavar='<datastore_version>',
|
||||
help=_('ID or name of the instance.'),
|
||||
help=_('ID or name of the datastore version.'),
|
||||
)
|
||||
return parser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user