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
+2 -2
View File
@@ -225,7 +225,7 @@ class OpenStackImagesShell(object):
parser.add_argument('-v', '--verbose',
default=False, action="store_true",
help="Print more verbose output")
help="Print more verbose output.")
parser.add_argument('--get-schema',
default=False, action="store_true",
@@ -236,7 +236,7 @@ class OpenStackImagesShell(object):
parser.add_argument('--timeout',
default=600,
help='Number of seconds to wait for a response')
help='Number of seconds to wait for a response.')
parser.add_argument('--no-ssl-compression',
dest='ssl_compression',