Browse Source

docs(git-commit): document attention flag

Carlo Sala 3 months ago
parent
commit
8e088ded82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-commit/README.md

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

@@ -11,7 +11,7 @@ plugins=(... git-commit)
 ## Syntax
 ## Syntax
 
 
 ```zsh
 ```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
 > ⚠️ Single/Double quotes around the scope and message are required