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

--base-arch option has a list of allowed options listed after help description.

Without change:

  --base-arch BASE_ARCH
                        The base architecture. Default is same as host Allowed
                        values: x86_64, ppc64le, aarch64

With change:

  --base-arch BASE_ARCH
                        The base architecture. Default is same as host.
                        Allowed values: x86_64, ppc64le, aarch64

Change-Id: I53a4edf943a048f8659c71081abcd6dc22809316
This commit is contained in:
Marcin Juszkiewicz 2018-08-30 11:18:23 +01:00
parent c90a0e6c43
commit 75c3003812
1 changed files with 1 additions and 1 deletions

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,