summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_date
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2025-09-01 11:11:01 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2025-09-01 11:11:01 +0900
commitdff057259dea8e5c7c10986fec90905c93f2ac59 (patch)
tree64315c94a23ef715e3a1dc17119e5d6a4f1c9eb8 /Completion/Unix/Command/_date
parent53866: fix _man for NetBSD (diff)
downloadzsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.gz
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.bz2
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.lz
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.xz
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.tar.zst
zsh-dff057259dea8e5c7c10986fec90905c93f2ac59.zip
53898: update _pmap, _date, _pgrep, _sysctl
_pmap is moved from Linux/Command/ to Unix/Command
Diffstat (limited to 'Completion/Unix/Command/_date')
-rw-r--r--Completion/Unix/Command/_date6
1 files changed, 1 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index f70fc3722..2c023e8f7 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -32,6 +32,7 @@ else
freebsd*|dragonfly*|darwin*|netbsd*|openbsd*)
opts+=( -A '-*' )
args+=(
+ '-f+[use specified format for input]:parsing format:_date_formats:new date'
"-j[don't try to set date]"
'2:format or date:->fmt_date'
)
@@ -42,11 +43,6 @@ else
'-R[display in RFC2822 format]'
)
;|
- freebsd*|dragonfly*|darwin*|openbsd*)
- args+=(
- '-f+[use specified format for input]:parsing format:_date_formats:new date'
- )
- ;|
dragonfly*|netbsd*|openbsd*)
args+=(
'-r+[output date specified by reference time]:seconds since epoch'