Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _acpi args
- X-seq: zsh-workers 22998
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _acpi args
- Date: Mon, 13 Nov 2006 13:43:29 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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