diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-18 21:49:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-02-18 21:49:03 +0000 |
commit | 6d52e0ae1ac2f2c7cf8489599e5fb37c951aa9ef (patch) | |
tree | 3f2c6f2eac07dcfd3cdc1ed4b293d69792425e08 /Completion/Unix/Command | |
parent | 4c038a8f19abf64911ea2ae9c3fc7f4e81910045 (diff) | |
download | zsh-6d52e0ae1ac2f2c7cf8489599e5fb37c951aa9ef.tar.gz zsh-6d52e0ae1ac2f2c7cf8489599e5fb37c951aa9ef.tar.xz zsh-6d52e0ae1ac2f2c7cf8489599e5fb37c951aa9ef.zip |
Jörg Sommer: 26582
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | 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 d07131dc4..a90b1f436 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' |