Skip to content

Commit

Permalink
Merge pull request #251 from tvoirand/fix-cli-help
Browse files Browse the repository at this point in the history
Fix format arg help text for show command
  • Loading branch information
coordt authored Nov 3, 2024
2 parents efab98d + cf65ec2 commit 4c896a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def bump(
envvar="BUMPVERSION_FORMAT",
type=click.Choice(["default", "yaml", "json"], case_sensitive=False),
default="default",
help="Config file to read most of the variables from.",
help="Specify the output format.",
)
@click.option(
"-i",
Expand Down

0 comments on commit 4c896a2

Please sign in to comment.