Fix comma location in comment
comment message effects to CLI-reference message. Change-Id: I6d76d6bc6077b4915aaa74968e294abbc3f72f30
This commit is contained in:
@@ -861,7 +861,7 @@ def do_type_show(cs, args):
|
||||
help='Make type accessible to the public or not.')
|
||||
@utils.service_type('volumev2')
|
||||
def do_type_update(cs, args):
|
||||
"""Updates volume type name ,description and/or is_public."""
|
||||
"""Updates volume type name, description, and/or is_public."""
|
||||
is_public = strutils.bool_from_string(args.is_public)
|
||||
vtype = cs.volume_types.update(args.id, args.name, args.description,
|
||||
is_public)
|
||||
|
||||
Reference in New Issue
Block a user