Merge "help: added dot at the end of base-arch description"

This commit is contained in:
Zuul 2018-08-31 04:25:26 +00:00 committed by Gerrit Code Review
commit 62f8e70340

View File

@ -181,7 +181,7 @@ _CLI_OPTS = [
help='The base image name. Default is the same with base.'),
cfg.StrOpt('base-arch', default=hostarch,
choices=BASE_ARCH,
help='The base architecture. Default is same as host'),
help='The base architecture. Default is same as host.'),
cfg.BoolOpt('debug', short='d', default=False,
help='Turn on debugging log level'),
cfg.BoolOpt('skip-parents', default=False,