summaryrefslogtreecommitdiffstats
path: root/Completion/Linux/Command
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-03 01:22:06 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-03 01:23:23 +0200
commitd8be227a1006f89c6e1b69c988f7c515ec15538d (patch)
tree47bc6ee890d085e0ade644a3b4a69fe3fedc9711 /Completion/Linux/Command
parent54437 (tweaked): lex: fix <-> in parameter flags (diff)
downloadzsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.gz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.bz2
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.lz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.xz
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.tar.zst
zsh-d8be227a1006f89c6e1b69c988f7c515ec15538d.zip
unposted: remove the 'this' from 'show this help and exit' in completers
Diffstat (limited to 'Completion/Linux/Command')
-rw-r--r--Completion/Linux/Command/_acpi2
1 files changed, 1 insertions, 1 deletions
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]'