From 06fa9f62b65385af106021afe8f9fb14369a5a6c Mon Sep 17 00:00:00 2001 From: Lingxian Kong Date: Thu, 5 Nov 2020 00:06:02 +1300 Subject: [PATCH] Fix help message of datastore version upgrade Change-Id: I9399c62815c20f8db129bf22647e7457eaae0f57 --- troveclient/osc/v1/database_instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troveclient/osc/v1/database_instances.py b/troveclient/osc/v1/database_instances.py index c155e97c..b8ad1239 100644 --- a/troveclient/osc/v1/database_instances.py +++ b/troveclient/osc/v1/database_instances.py @@ -524,7 +524,7 @@ class UpgradeDatabaseInstance(command.Command): parser.add_argument( 'datastore_version', metavar='', - help=_('ID or name of the instance.'), + help=_('ID or name of the datastore version.'), ) return parser