Skip to content

Commit

Permalink
Fix format arg help text for show command
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoirand committed Nov 2, 2024
1 parent efab98d commit cf65ec2
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 cf65ec2

Please sign in to comment.