Skip to content

Commit 170b5d6

Browse files
committed
docs: update example
1 parent 8dd1bc2 commit 170b5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/lib/lint/git/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343
# @param {string} GIT_COMMIT_MESSAGE - Git commit message text
4444
#
4545
# @example
46-
# make lint-commit-message
46+
# make lint-commit-message GIT_COMMIT_MESSAGE="feat: add `foo/bar`"
4747
#/
4848
lint-commit-message:
4949
ifeq ($(GIT_COMMIT_LINTER), commitlint)

0 commit comments

Comments
 (0)