Fix comma location in comment

comment message effects to CLI-reference message.

Change-Id: I6d76d6bc6077b4915aaa74968e294abbc3f72f30
This commit is contained in:
Atsushi SAKAI
2015-12-02 08:50:47 +09:00
parent 7f9a81bb1b
commit a2ccc85a73

View File

@@ -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)