summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/git-commit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-commit/README.md b/plugins/git-commit/README.md
index a00983935..49072d0fb 100644
--- a/plugins/git-commit/README.md
+++ b/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