Skip to content

Commit 746b3d2

Browse files
committed
docs(cli): fix minor grammatical issue
1 parent 2cb2daf commit 746b3d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commitizen/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def __call__(
285285
{
286286
"name": ["--check-consistency", "-cc"],
287287
"help": (
288-
"check consistency among versions defined in "
288+
"check consistency between versions defined in "
289289
"commitizen configuration and version_files"
290290
),
291291
"action": "store_true",

tests/commands/test_bump_command/test_bump_command_shows_description_when_use_help_option.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ options:
5151
log) without interpretation, such that the increment
5252
and pre-release are always honored
5353
--check-consistency, -cc
54-
check consistency among versions defined in commitizen
55-
configuration and version_files
54+
check consistency between versions defined in
55+
commitizen configuration and version_files
5656
--annotated-tag, -at create annotated tag instead of lightweight one
5757
--annotated-tag-message, -atm ANNOTATED_TAG_MESSAGE
5858
create annotated tag message

0 commit comments

Comments
 (0)