Fix typo and capitalisation in help message
Change-Id: I6e120e2c04cab390c7c0fc6b43b34a485009291a
This commit is contained in:
parent
e40bf80f98
commit
71ea3c156f
@ -195,9 +195,8 @@ _CLI_OPTS = [
|
||||
cfg.BoolOpt('push', default=False,
|
||||
help='Push images after building'),
|
||||
cfg.IntOpt('push-threads', default=1, min=1,
|
||||
help=('The number of threads to user while pushing'
|
||||
' Images. Note: Docker can not handle threading'
|
||||
' push properly')),
|
||||
help=('The number of threads to use while pushing images.'
|
||||
' Note: Docker cannot handle threaded pushing properly')),
|
||||
cfg.IntOpt('retries', short='r', default=3, min=0,
|
||||
help='The number of times to retry while building'),
|
||||
cfg.MultiOpt('regex', types.String(), positional=True, required=False,
|
||||
|
Loading…
Reference in New Issue
Block a user