Update help output

The help output for the `overcloud node provision` command was missing
some spacing which combined text. This trivial change adds spaces so
the text is easier to read.

Change-Id: I3f2cfd57cfc9193ad9741b4dfc6e7c7a007f4a17
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2020-03-16 15:48:14 -05:00
parent 026e98012a
commit a6fdd93d4e
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
1 changed files with 2 additions and 2 deletions

View File

@ -477,8 +477,8 @@ class ProvisionNode(command.Command):
parser.add_argument('--overcloud-ssh-key',
default=None,
help=_('Key path for ssh access to'
'overcloud nodes. When undefined the key'
'will be autodetected.'))
' overcloud nodes. When undefined the key'
' will be autodetected.'))
parser.add_argument('--concurrency', type=int,
default=20,
help=_('Maximum number of nodes to provision at '