Merge "Fix trove help for show and flavor-show"
This commit is contained in:
@@ -92,7 +92,7 @@ def do_flavor_list(cs, args):
|
|||||||
labels={'ram': 'RAM'})
|
labels={'ram': 'RAM'})
|
||||||
|
|
||||||
|
|
||||||
@utils.arg('flavor', metavar='<flavor>', help='ID of the flavor.')
|
@utils.arg('flavor', metavar='<flavor>', help='ID or name of the flavor.')
|
||||||
@utils.service_type('database')
|
@utils.service_type('database')
|
||||||
def do_flavor_show(cs, args):
|
def do_flavor_show(cs, args):
|
||||||
"""Shows details of a flavor."""
|
"""Shows details of a flavor."""
|
||||||
@@ -127,7 +127,8 @@ def do_list(cs, args):
|
|||||||
'flavor_id', 'size'])
|
'flavor_id', 'size'])
|
||||||
|
|
||||||
|
|
||||||
@utils.arg('instance', metavar='<instance>', help='ID of the instance.')
|
@utils.arg('instance', metavar='<instance>',
|
||||||
|
help='ID or name of the instance.')
|
||||||
@utils.service_type('database')
|
@utils.service_type('database')
|
||||||
def do_show(cs, args):
|
def do_show(cs, args):
|
||||||
"""Shows details of an instance."""
|
"""Shows details of an instance."""
|
||||||
|
Reference in New Issue
Block a user