Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: _acpi args



I meant to fix this months ago.

Index: Completion/Linux/Command/_acpi
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Linux/Command/_acpi,v
retrieving revision 1.1
diff -u -r1.1 _acpi
--- Completion/Linux/Command/_acpi	7 Mar 2005 02:38:35 -0000	1.1
+++ Completion/Linux/Command/_acpi	13 Nov 2006 18:42:48 -0000
@@ -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]' \



Messages sorted by: Reverse Date, Date, Thread, Author