Skip to content

Commit

Permalink
Improve formatting of help text
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Oct 5, 2023
1 parent d1b2ac3 commit 8f755ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/release/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def parse_args(args) -> Tuple[Optional[str], Optional[str], Namespace]:
)
create_parser.add_argument(
"--github-pre-release",
help="Enforce uploading a release as GitHub " "pre-release. ",
help="Enforce uploading a release as GitHub pre-release. ",
action="store_true",
)

Expand Down

0 comments on commit 8f755ed

Please sign in to comment.