Merge "Fix typo and capitalisation in help message"

This commit is contained in:
Zuul 2020-09-23 16:01:26 +00:00 committed by Gerrit Code Review
commit f2daa5fa85
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,