Documentation\components\tools\index.rst: updated help checkpatch.sh tool

Add:

-u encoding check with cvt2utf (install with: pip install cvt2utf)

-m Change-Id check in commit message (coupled with -g)

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18 2025-06-03 11:37:04 +02:00 committed by Xiang Xiao
parent 9897ef3cdb
commit 4b2d72cf5f

View file

@ -41,9 +41,11 @@ Help message::
Options:
-h
-c spell check with codespell(install with: pip install codespell)
-c spell check with codespell (install with: pip install codespell)
-u encoding check with cvt2utf (install with: pip install cvt2utf)
-r range check only (coupled with -p or -g)
-p <patch list> (default)
-m Change-Id check in commit message (coupled with -g)
-g <commit list>
-f <file list>
- read standard input mainly used by git pre-commit hook as below: