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 /Completion/Linux/Command | |
parent | 71acaeabd99698dd5db6831d21bdaf115888a662 (diff) | |
download | zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.tar.gz zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.tar.xz zsh-81fe83008e48ca286d359e6e30ee36fbd4b9fe68.zip |
22998: add -s to _arguments
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 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]' \ |