zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] date: Completion for arguments of --rfc-3339
@ 2009-02-18 17:32 Jörg Sommer
  0 siblings, 0 replies; only message in thread
From: Jörg Sommer @ 2009-02-18 17:32 UTC (permalink / raw)
  To: zsh-workers; +Cc: Jörg Sommer

---
 Completion/Unix/Command/_date |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index d07131d..a90b1f4 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -10,6 +10,7 @@ if _pick_variant gnu="Free Software Foundation" unix --version; then
     '-r[reference]:file:_files'
     '-R[rfc-2822]'
     '-s[set]:time string'
+    '--rfc-3339=-[output date and time in RFC 3339 format]:output type:(date seconds ns)'
     --
     '*=FILE*:file:_files'
     '*=DATEFILE*:date file:_files'
-- 
1.6.2.rc0


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

only message in thread, other threads:[~2009-02-18 21:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-18 17:32 [PATCH] date: Completion for arguments of --rfc-3339 Jörg Sommer

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).