From c4d76587ae4a7cca36a97edb362e2b4f5febcc45 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 May 2026 01:20:02 +0200 Subject: Remove the 'this' from 'show this help and exit' in completers --- src/_cppcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/_cppcheck') 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" \ -- cgit v1.3.1