Add period in help message

Command help message uses help and CLI-Reference generation.
  and in convention, help message stops with period ".".

Change-Id: I652afdb5e4d69a0476a0a2dc313ae60ece3b7bbc
This commit is contained in:
Atsushi SAKAI
2015-09-18 14:19:32 +09:00
parent 3651d5c02e
commit 05cd0c7508
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -410,7 +410,7 @@ def do_member_list(gc, args):
@utils.arg('image', metavar='<IMAGE>',
help='Image to add member to.')
@utils.arg('tenant_id', metavar='<TENANT_ID>',
help='Tenant to add as member')
help='Tenant to add as member.')
@utils.arg('--can-share', action='store_true', default=False,
help='Allow the specified tenant to share this image.')
def do_member_create(gc, args):