summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_date6
-rw-r--r--Completion/Unix/Command/_xargs2
2 files changed, 6 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_date b/Completion/Unix/Command/_date
index 68bd357fb..dc447e06d 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*|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*)
diff --git a/Completion/Unix/Command/_xargs b/Completion/Unix/Command/_xargs
index f21784ef1..8e23a04bb 100644
--- a/Completion/Unix/Command/_xargs
+++ b/Completion/Unix/Command/_xargs
@@ -25,7 +25,7 @@ case $variant in
'-R[specify maximum arguments that -I will replace in]:replacements'
)
;|
- freebsd*|netbsd*)
+ freebsd*|netbsd*|dragonfly*)
args+=(
'-S[space that -I can use for replacements]:size (bytes) [255]'
)