diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 01:22:06 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-03 01:23:23 +0200 |
| commit | d8be227a1006f89c6e1b69c988f7c515ec15538d (patch) | |
| tree | 47bc6ee890d085e0ade644a3b4a69fe3fedc9711 /Completion/Linux/Command | |
| parent | 54437 (tweaked): lex: fix <-> in parameter flags (diff) | |
| download | zsh-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/_acpi | 2 |
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]' |
