From dff057259dea8e5c7c10986fec90905c93f2ac59 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Mon, 1 Sep 2025 11:11:01 +0900 Subject: 53898: update _pmap, _date, _pgrep, _sysctl _pmap is moved from Linux/Command/ to Unix/Command --- Completion/Unix/Command/_date | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Completion/Unix/Command/_date') 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' -- cgit v1.2.3-70-g09d2