summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2024-03-02 01:25:20 +0100
committerCarlo Sala <carlosalag@protonmail.com>2024-03-02 01:25:20 +0100
commit8e088ded8289a9db2a9f2c03cab618d6dd017dd7 (patch)
treec4fa871e90e08dbebc67d7d7e8cf4edb80f745ee /plugins
parent3ee108ccb301dd4143080e8bfd8f9ae869957a2e (diff)
downloadzsh-8e088ded8289a9db2a9f2c03cab618d6dd017dd7.tar.gz
zsh-8e088ded8289a9db2a9f2c03cab618d6dd017dd7.tar.bz2
zsh-8e088ded8289a9db2a9f2c03cab618d6dd017dd7.zip
docs(git-commit): document attention flag
Diffstat (limited to 'plugins')
-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