diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-11-13 18:45:44 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-11-13 18:45:44 +0000 |
commit | 81fe83008e48ca286d359e6e30ee36fbd4b9fe68 (patch) | |
tree | 91def20415475073cd117f3399f151855a3f6ead | |
parent | 71acaeabd99698dd5db6831d21bdaf115888a662 (diff) | |
download | zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.tar.gz zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.tar.xz zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.zip |
22998: add -s to _arguments
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Linux/Command/_acpi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index c0e244791..8bdf88dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/Completion/Linux/Command/_acpi b/Completion/Linux/Command/_acpi index fb94a0190..850687506 100644 --- a/Completion/Linux/Command/_acpi +++ b/Completion/Linux/Command/_acpi @@ -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]' \ |