From d8be227a1006f89c6e1b69c988f7c515ec15538d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 May 2026 01:22:06 +0200 Subject: unposted: remove the 'this' from 'show this help and exit' in completers --- Completion/Linux/Command/_acpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Linux/Command') diff --git a/Completion/Linux/Command/_acpi b/Completion/Linux/Command/_acpi index 850687506..5ebf1447c 100644 --- a/Completion/Linux/Command/_acpi +++ b/Completion/Linux/Command/_acpi @@ -14,5 +14,5 @@ _arguments -s \ '(-c --celsius -f --fahrenheit -k --kelvin)'{-f,--fahrenheit}'[use Fahrenheit as the temperature scale]' \ '(-c --celsius -f --fahrenheit -k --kelvin)'{-k,--kelvin}'[use Kelvin as the temperature scale]' \ '(-d --directory)'{-d,--directory}'[path to ACPI info (/proc/acpi)]:directory:_files -/' \ - '(-h --help)'{-h,--help}'[display this help and exit]' \ + '(-h --help)'{-h,--help}'[display help and exit]' \ '(-v --version)'{-v,--version}'[output version information and exit]' -- cgit v1.3.1