diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index 558fb0013..33b3426c2 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -938,7 +938,10 @@ def _print_group_type_list(gtypes): @utils.service_type('volumev3') def do_type_list(cs, args): - """Lists available 'volume types'. (Admin only will see private types)""" + """Lists available 'volume types'. + + (Only admin and tenant users will see private types) + """ vtypes = cs.volume_types.list() _print_volume_type_list(vtypes)