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/_cppcheck | |
| 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/_cppcheck')
| -rw-r--r-- | src/_cppcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_cppcheck b/src/_cppcheck index 6111156..652eccf 100644 --- a/src/_cppcheck +++ b/src/_cppcheck @@ -78,7 +78,7 @@ _cppcheck() { "(-f --force)"{-f,--force}"[Force checking of all configurations in files]" \ "(--fsigned-char --funsigned-char)--fsigned-char[Treat char type as signed]" \ "(--fsigned-char --funsigned-char)--funsigned-char[Treat char type as unsigned]" \ - "(- 1 *)"{-h,--help}"[Print this help]" \ + "(- 1 *)"{-h,--help}"[Print help]" \ "-I[A file that contains a list of config-excludes]:directory:_files -/" \ "--include-file=[Specify directory paths to search for included header files in a text file]:file:_files" \ "--include=[Force inclusion of a file before the checked file]:file:_files" \ |
