diff --git a/commitizen/cli.py b/commitizen/cli.py index 72d824380d..b965174f98 100644 --- a/commitizen/cli.py +++ b/commitizen/cli.py @@ -285,7 +285,7 @@ def __call__( { "name": ["--check-consistency", "-cc"], "help": ( - "check consistency among versions defined in " + "check consistency between versions defined in " "commitizen configuration and version_files" ), "action": "store_true", diff --git a/tests/commands/test_bump_command/test_bump_command_shows_description_when_use_help_option.txt b/tests/commands/test_bump_command/test_bump_command_shows_description_when_use_help_option.txt index 5d4438875d..5874c66d22 100644 --- a/tests/commands/test_bump_command/test_bump_command_shows_description_when_use_help_option.txt +++ b/tests/commands/test_bump_command/test_bump_command_shows_description_when_use_help_option.txt @@ -51,8 +51,8 @@ options: log) without interpretation, such that the increment and pre-release are always honored --check-consistency, -cc - check consistency among versions defined in commitizen - configuration and version_files + check consistency between versions defined in + commitizen configuration and version_files --annotated-tag, -at create annotated tag instead of lightweight one --annotated-tag-message, -atm ANNOTATED_TAG_MESSAGE create annotated tag message