Fix trove help for datastore-version-list and -show

Added 'name' to the help for the CLI commands
datastore-version-list and datastore-version-show

Change-Id: I28be2d50ccaca6a2d19a8d0e74e831e6a8ed8238
Closes-Bug: #1316630
This commit is contained in:
Peter Stachowski
2014-05-06 10:49:34 -04:00
parent a0ec47b995
commit 5fa10dc499

View File

@@ -609,7 +609,7 @@ def do_datastore_show(cs, args):
@utils.arg('datastore', metavar='<datastore>',
help='ID of the datastore.')
help='ID or name of the datastore.')
@utils.service_type('database')
def do_datastore_version_list(cs, args):
"""Lists available versions for a datastore."""
@@ -622,7 +622,7 @@ def do_datastore_version_list(cs, args):
help='ID or name of the datastore. Optional if UUID of the'
' datastore_version is provided.')
@utils.arg('datastore_version', metavar='<datastore_version>',
help='ID of the datastore version.')
help='ID or name of the datastore version.')
@utils.service_type('database')
def do_datastore_version_show(cs, args):
"""Shows details of a datastore version."""