From 746b3d2e948365f388767bb14169a5b483afcff8 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Thu, 15 May 2025 20:11:52 +0800 Subject: [PATCH] docs(cli): fix minor grammatical issue --- commitizen/cli.py | 2 +- ...st_bump_command_shows_description_when_use_help_option.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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