improve --project-list help in import-goal

Change-Id: I1b91c8dcb362c66dab3aa2dd11d975a24934d6c7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-09-04 09:17:41 -04:00 committed by Matt Riedemann
parent e558932ba7
commit 6e3846682a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def main():
parser.add_argument(
'--project-list',
default='http://git.openstack.org/cgit/openstack/governance/plain/reference/projects.yaml', # noqa
help='URL for projects.yaml',
help='URL for governance projects list (%(default)s)',
)
group = parser.add_mutually_exclusive_group()
group.add_argument(