summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-11-05 00:06:02 +1300
committerLingxian Kong <anlin.kong@gmail.com>2020-11-05 00:06:02 +1300
commit06fa9f62b65385af106021afe8f9fb14369a5a6c (patch)
tree535a69964f1bbfae7edb43548966d6b5b596777b
parenta4beff11a257e75e35dc7ad22d6bf1018e1de4a0 (diff)
downloadpython-troveclient-06fa9f62b65385af106021afe8f9fb14369a5a6c.tar.gz
Fix help message of datastore version upgrade
Change-Id: I9399c62815c20f8db129bf22647e7457eaae0f57
-rw-r--r--troveclient/osc/v1/database_instances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/troveclient/osc/v1/database_instances.py b/troveclient/osc/v1/database_instances.py
index c155e97..b8ad123 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='<datastore_version>',
- help=_('ID or name of the instance.'),
+ help=_('ID or name of the datastore version.'),
)
return parser