about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-02-08 00:06:57 +0100
committerOliver Kiddle <opk@zsh.org>2021-02-08 00:06:57 +0100
commit25d69da85c707bfe08c2bad1d0b288baf8184b72 (patch)
tree03e1aa38a77c5d38c198e2050a79d9f0bbe85bbb /Completion
parent2edac834a861043cf53ce36349edb13e1571c860 (diff)
downloadzsh-25d69da85c707bfe08c2bad1d0b288baf8184b72.tar.gz
zsh-25d69da85c707bfe08c2bad1d0b288baf8184b72.tar.xz
zsh-25d69da85c707bfe08c2bad1d0b288baf8184b72.zip
47943: update completions for DragonflyBSD 5.8.3
Diffstat (limited to 'Completion')
-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]'
     )