Fix help message of datastore version upgrade

Change-Id: I9399c62815c20f8db129bf22647e7457eaae0f57
This commit is contained in:
Lingxian Kong
2020-11-05 00:06:02 +13:00
parent a4beff11a2
commit 06fa9f62b6

View File

@@ -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