diff options
-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]' \ |