Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _date again
- X-seq: zsh-workers 21705
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _date again
- Date: Wed, 7 Sep 2005 15:11:32 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
OpenBSD 3.5
Index: Completion/Unix/Command/_date
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_date,v
retrieving revision 1.2
diff -u -r1.2 _date
--- Completion/Unix/Command/_date 7 Sep 2005 19:10:47 -0000 1.2
+++ Completion/Unix/Command/_date 7 Sep 2005 19:11:06 -0000
@@ -24,15 +24,25 @@
(freebsd*)
_arguments \
'-u[utc]' \
- '-j[do not try to set date]' \
'-n[only set time on current machine]' \
'-d:daylight savingg time value:' \
+ '-j[do not try to set date]' \
'-f:parsing format:' \
'-r:seconds since epoch:' \
'-t:minutes west of GMT:' \
'-v:adjustment value:' \
':format or date:'
;;
+ (openbsd*)
+ _arguments \
+ '-u[utc]' \
+ '-n[only set time on current machine]' \
+ '-d:daylight savingg time value:' \
+ '-a[gradually skew]' \
+ '-r:seconds since epoch:' \
+ '-t:minutes west of GMT:' \
+ ':format or date:'
+ ;;
esac
fi
Messages sorted by:
Reverse Date,
Date,
Thread,
Author