Skip to content

Commit f223a88

Browse files
committed
style(cli): fix formatting
1 parent 6a5f35f commit f223a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/cli/src/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const cli = meow(
2323
--color, -c toggle colored output, defaults to: true
2424
--edit, -e read last commit message from the specified file or fallbacks to ./.git/COMMIT_EDITMSG
2525
--from, -f lower end of the commit range to lint; applies if edit=false
26-
--to, -t upper end of the commit range to lint; applies if edit=false
26+
--to, -t upper end of the commit range to lint; applies if edit=false
2727
2828
Usage
2929
$ echo "some commit" | commitlint

0 commit comments

Comments
 (0)