浏览代码

docs(git-commit): document attention flag

Carlo Sala 2 月之前
父节点
当前提交
8e088ded82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/git-commit/README.md

+ 1 - 1
plugins/git-commit/README.md

@@ -11,7 +11,7 @@ plugins=(... git-commit)
 ## Syntax
 
 ```zsh
-git <type> [(-s, --scope) "<scope>"] "<message>"
+git <type> [(-s, --scope) "<scope>"] [(-a, --attention)] "<message>"
 ```
 
 > ⚠️ Single/Double quotes around the scope and message are required