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",
|
"--ignore-no-results",
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help="Ignore projects without difference between the HEAD and"
|
help="Ignore projects without difference between the HEAD and "
|
||||||
"the retrieved previous tag."
|
"the retrieved previous tag. "
|
||||||
"They will be ignored in the command output.")
|
"They will be ignored in the command output.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--ignore-errors",
|
"--ignore-errors",
|
||||||
@@ -167,11 +167,11 @@ def main():
|
|||||||
"--ignore-all",
|
"--ignore-all",
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help="Ignore projects without difference between the HEAD and"
|
help="Ignore projects without difference between the HEAD and "
|
||||||
"previous tag, projects not yet released, projects in error."
|
"previous tag, projects not yet released, projects in error. "
|
||||||
"Similar to call command with "
|
"Similar to call command with "
|
||||||
"`--ignore-no-results --ignore-errors --ignore-not-yet-released`"
|
"`--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(
|
parser.add_argument(
|
||||||
"-f",
|
"-f",
|
||||||
"--format",
|
"--format",
|
||||||
|
|||||||
Reference in New Issue
Block a user