Skip to content

Commit

Permalink
Fix: help description
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalholthaus authored and bjoernricks committed Oct 19, 2022
1 parent 3e394ef commit dacffdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pontos/github/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ def parse_args(
"-d",
"--draft",
action="store_true",
help="Create draf release.",
help="Create a draft release.",
)

create_re_parser.add_argument(
"-p", "--prerelease", action="store_true", help="Create pre-release."
"-p", "--prerelease", action="store_true", help="Create a pre-release."
)

parsed_args = parser.parse_args(args)
Expand Down

0 comments on commit dacffdc

Please sign in to comment.