Skip to content

Commit

Permalink
Fixed release value help string
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Nov 10, 2024
1 parent 528a17c commit 0abd942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newversion/cli_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def parse_args(args: Sequence[str]) -> CLINamespace:
parser_set.add_argument(
"value",
type=str,
help="Release number",
help="Release number or string value",
)

subparsers.add_parser(Commands.STABLE.value, help="Get stable release of current version")
Expand Down

0 comments on commit 0abd942

Please sign in to comment.