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/_chcpu | |
| 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/_chcpu')
| -rw-r--r-- | src/_chcpu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ # ------------------------------------------------------------------------------ _arguments \ - '(- *)'{-h,--help}'[display this help]' \ + '(- *)'{-h,--help}'[display help]' \ '(- *)'{-V,--version}'[display version]' \ '(-c --configure)'{-c,--configure}'[configure the specified CPUs]:cpu list (0,5,7,9-11)' \ '(-d --disable)'{-d,--disable}'[disable the specified CPUs]:cpu list (0,5,7,9-11)' \ |
