diff --git a/troveclient/v1/shell.py b/troveclient/v1/shell.py index cb63e183..829e97f2 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.""" @@ -127,7 +127,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."""