Add missing ws seperator between words

This is to add missing ws seperator between words.

Change-Id: Ib594a67f71a0593640f4fa879ddc11bf73bcb892
This commit is contained in:
zhufl 2018-11-19 15:47:27 +08:00
parent e884b733b7
commit ff4cc1fe2f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ parser.add_argument(
'-g', '--gerrit',
default=('http://git.openstack.org/cgit/openstack-infra/project-config/'
'plain/gerrit/projects.yaml'),
help=('URL for gerrit project list, ignored if --project-config is set or'
help=('URL for gerrit project list, ignored if --project-config is set or '
'when running in Zuul'),
)
parser.add_argument(