diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index c1754c986..e3171976d 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -1856,7 +1856,7 @@ def do_volume_type_create(cs, args): help=_("Unique ID of the volume type to delete")) @utils.service_type('volume') def do_volume_type_delete(cs, args): - """Delete a specific flavor""" + """Delete a specific volume type.""" cs.volume_types.delete(args.id)