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/_date10
1 files changed, 6 insertions, 4 deletions
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]' )
;|