summaryrefslogtreecommitdiff
path: root/glanceclient/v1
diff options
context:
space:
mode:
authorAtsushi SAKAI <sakaia@jp.fujitsu.com>2015-09-18 14:19:32 +0900
committerAtsushi SAKAI <sakaia@jp.fujitsu.com>2015-09-19 17:27:14 +0000
commit05cd0c7508cdc2d83a61e0211938568fc7f397db (patch)
tree0459ee889f8217561955090966e57e323f11af86 /glanceclient/v1
parent3651d5c02e438a8547bd3ef34aa55d3035192e58 (diff)
downloadpython-glanceclient-05cd0c7508cdc2d83a61e0211938568fc7f397db.tar.gz
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
Diffstat (limited to 'glanceclient/v1')
-rw-r--r--glanceclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index c28dc23..3372951 100644
--- a/glanceclient/v1/shell.py
+++ b/glanceclient/v1/shell.py
@@ -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):