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/_xargs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_xargs') 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 v1.2.3