diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 01:20:02 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 04:19:41 +0200 |
| commit | c4d76587ae4a7cca36a97edb362e2b4f5febcc45 (patch) | |
| tree | 54046b8305057e8ae0c02309cd102392d4e77624 /src/_pre-commit | |
| parent | _chmem: update with new options (diff) | |
| download | zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.gz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.bz2 zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.lz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.xz zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.tar.zst zsh-completions-c4d76587ae4a7cca36a97edb362e2b4f5febcc45.zip | |
Remove the 'this' from 'show this help and exit' in completers
Diffstat (limited to 'src/_pre-commit')
| -rw-r--r-- | src/_pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pre-commit b/src/_pre-commit index a55fd6b..2f261a7 100644 --- a/src/_pre-commit +++ b/src/_pre-commit @@ -29,7 +29,7 @@ _pre_commit() { case "$state" in (args) local -a options=( - '(- : *)'{-h,--help}'[show this help message and exit]' + '(- : *)'{-h,--help}'[show help message and exit]' "--color[Whether to use color in output(default: auto)]:color:(auto always never)" ) local -a hook_types=( |
