From a891557b4971afa480c2108d88685b650a3dac13 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 18 Oct 2019 22:47:32 +0200 Subject: 44849: completion updates for changes in OpenBSD 6.6 --- Completion/Unix/Command/_date | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Completion/Unix/Command/_date') diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date index 91bd3b5f1..68bd357fb 100644 --- a/Completion/Unix/Command/_date +++ b/Completion/Unix/Command/_date @@ -40,9 +40,7 @@ else ;| freebsd*|dragonfly*|darwin*|openbsd*) args+=( - '-d+:daylight saving time value' '-f+[use specified format for input]:parsing format:_date_formats:new date' - '-t+:minutes west of GMT' ) ;| dragonfly*|darwin*|netbsd*|openbsd*) @@ -62,8 +60,12 @@ else ) ;| freebsd*|dragonfly*|darwin*) - args+=( "*-v+[adjust and print (but don't set) date]:[+-]value[ymwdHMS]" ) - ;; + args+=( + '-d+:daylight saving time value' + '-t+:minutes west of GMT' + "*-v+[adjust and print (but don't set) date]:[+-]value[ymwdHMS]" + ) + ;| freebsd*|dragonfly*) args+=( '-R[display in RFC2822 format]' ) ;| -- cgit v1.2.3