1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 15:01:21 +02:00

22998: add -s to _arguments

This commit is contained in:
Clint Adams 2006-11-13 18:45:44 +00:00
parent 71acaeabd9
commit 81fe83008e
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2006-11-13 Clint Adams <clint@zsh.org>
* 22998: Completion/Linux/_acpi: add -s to _arguments.
2006-11-11 Clint Adams <clint@zsh.org>
* unposted: update config.guess and config.sub to

@ -1,6 +1,6 @@
#compdef acpi
_arguments \
_arguments -s \
'(-b --battery)'{-b,--battery}'[battery information]' \
'(-B --without-battery)'{-B,--without-battery}'[suppress battery information]' \
'(-t --thermal)'{-t,--thermal}'[thermal information]' \