diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index 6c1b69de..df232e34 100644 --- a/troveclient/v1/shell.py +++ b/troveclient/v1/shell.py @@ -92,7 +92,7 @@ def do_flavor_list(cs, args): labels={'ram': 'RAM'}) -@utils.arg('flavor', metavar='', help='ID of the flavor.') +@utils.arg('flavor', metavar='', help='ID or name of the flavor.') @utils.service_type('database') def do_flavor_show(cs, args): """Shows details of a flavor.""" @@ -121,7 +121,8 @@ def do_list(cs, args): 'flavor_id', 'size']) -@utils.arg('instance', metavar='', help='ID of the instance.') +@utils.arg('instance', metavar='', + help='ID or name of the instance.') @utils.service_type('database') def do_show(cs, args): """Shows details of an instance."""