Add some whitespaces on helps to fix rendering.
Change-Id: I444fc8f48d5d17437814b7a31f7c5b90775e3543
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user