From 25d69da85c707bfe08c2bad1d0b288baf8184b72 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 8 Feb 2021 00:06:57 +0100 Subject: 47943: update completions for DragonflyBSD 5.8.3 --- Completion/Unix/Command/_date | 6 +++++- Completion/Unix/Command/_xargs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Completion/Unix') 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 @@ -60,10 +60,14 @@ 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]' ) -- cgit 1.4.1