Fix a missing space in parameter description

Trivial-Fix

Change-Id: I19cd85af24f1adae43173db47bc7e92123d50425
This commit is contained in:
Takashi Kajinami 2024-09-20 01:09:21 +09:00
parent ef27b49f6e
commit 3b5cf7e5d1

View File

@ -70,7 +70,7 @@ POLLING_OPTS = [
default=False,
help='Identify project and user names from polled samples. '
'By default, collecting these values is disabled due '
'to the fact that it could overwhelm keystone service'
'to the fact that it could overwhelm keystone service '
'with lots of continuous requests depending upon the '
'number of projects, users and samples polled from '
'the environment. While using this feature, it is '