From 71ea3c156fdaa35a7af08066e963c461ad3fd240 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 23 Sep 2020 10:22:03 +0200 Subject: [PATCH] Fix typo and capitalisation in help message Change-Id: I6e120e2c04cab390c7c0fc6b43b34a485009291a --- kolla/common/config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kolla/common/config.py b/kolla/common/config.py index 9925d58430..243bf1b002 100755 --- a/kolla/common/config.py +++ b/kolla/common/config.py @@ -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,