From 0c14732cf740149aa906017938624db2e864f08e Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Sat, 22 May 2021 00:00:29 +0200 Subject: 48897: completion updates for DragonFly 6.0 and OpenBSD 6.9 --- Completion/Unix/Command/_pgrep | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Completion/Unix/Command/_pgrep') diff --git a/Completion/Unix/Command/_pgrep b/Completion/Unix/Command/_pgrep index 5b1853e6b..e10f42f53 100644 --- a/Completion/Unix/Command/_pgrep +++ b/Completion/Unix/Command/_pgrep @@ -125,6 +125,10 @@ else fi fi +if [[ $OSTYPE = dragonfly* ]]; then + arguments+=( '(-t)-T[match only processes associated with the current terminal]' ) +fi + arguments+=( $sig_arguments + o '*: :->pname' ) [[ $OSTYPE == linux* ]] || aopts+=( -A '*-' ) -- cgit v1.2.3