summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_date
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_date')
-rw-r--r--Completion/Unix/Command/_date6
1 files changed, 5 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index 68bd357fb..97c272830 100644
--- a/Completion/Unix/Command/_date
+++ b/Completion/Unix/Command/_date
@@ -61,9 +61,13 @@ else
;|
freebsd*|dragonfly*|darwin*)
args+=(
+ "*-v+[adjust and print (but don't set) date]:[+-]value[ymwdHMS]"
+ )
+ ;|
+ freebsd<-12>.*|darwin*)
+ args+=(
'-d+:daylight saving time value'
'-t+:minutes west of GMT'
- "*-v+[adjust and print (but don't set) date]:[+-]value[ymwdHMS]"
)
;|
freebsd*|dragonfly*)