diff --git a/openstack_releases/cmds/list_unreleased_changes.py b/openstack_releases/cmds/list_unreleased_changes.py index eabdbe6e83..8b2e740c5c 100644 --- a/openstack_releases/cmds/list_unreleased_changes.py +++ b/openstack_releases/cmds/list_unreleased_changes.py @@ -149,8 +149,8 @@ def main(): "--ignore-no-results", action='store_true', default=False, - help="Ignore projects without difference between the HEAD and" - "the retrieved previous tag." + help="Ignore projects without difference between the HEAD and " + "the retrieved previous tag. " "They will be ignored in the command output.") parser.add_argument( "--ignore-errors", @@ -167,11 +167,11 @@ def main(): "--ignore-all", action='store_true', default=False, - help="Ignore projects without difference between the HEAD and" - "previous tag, projects not yet released, projects in error." + help="Ignore projects without difference between the HEAD and " + "previous tag, projects not yet released, projects in error. " "Similar to call command with " "`--ignore-no-results --ignore-errors --ignore-not-yet-released`" - "They will be ignored in the command output.") + " They will be ignored in the command output.") parser.add_argument( "-f", "--format",