This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b2d72cf5f Documentation\components\tools\index.rst: updated help 
checkpatch.sh tool
4b2d72cf5f is described below

commit 4b2d72cf5f72912eccdb120068f891bd2c6499c3
Author: simbit18 <simbi...@gmail.com>
AuthorDate: Tue Jun 3 11:37:04 2025 +0200

    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 <simbi...@gmail.com>
---
 Documentation/components/tools/index.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/components/tools/index.rst 
b/Documentation/components/tools/index.rst
index b86bf0dd07..5f4a5749e4 100644
--- a/Documentation/components/tools/index.rst
+++ b/Documentation/components/tools/index.rst
@@ -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:

Reply via email to