zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _date again
@ 2005-09-07 19:11 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2005-09-07 19:11 UTC (permalink / raw)
  To: zsh-workers

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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-07 19:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-07 19:11 PATCH: _date again Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).