Fix typo and capitalisation in help message

Change-Id: I6e120e2c04cab390c7c0fc6b43b34a485009291a
This commit is contained in:
Pierre Riteau 2020-09-23 10:22:03 +02:00 committed by Radosław Piliszek
parent e40bf80f98
commit 71ea3c156f
1 changed files with 2 additions and 3 deletions

View File

@ -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,