From 39f58eb318104d15afbe8dbdb9c93df2b50c2b69 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 16 Apr 2018 17:02:56 +0200 Subject: 42659: various completion option updates --- Completion/Linux/Command/_pidof | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Linux/Command/_pidof') diff --git a/Completion/Linux/Command/_pidof b/Completion/Linux/Command/_pidof index 6605e7e67..05fb23d45 100644 --- a/Completion/Linux/Command/_pidof +++ b/Completion/Linux/Command/_pidof @@ -10,7 +10,8 @@ _arguments -C -s -w \ "(-s --single-shot $exargs)"{-s,--single-shot}'[return one PID only]' \ "(-c --check-root $exargs)"{-c,--check-root}'[omit processes with different root]' \ "(-x $exargs)"-x'[include shells running named scripts]' \ - "($exargs)"\*{-o+,--omit-pid}'[omit processes with PIDs]:pids:_sequence -s , _pids' \ + "($exargs)"\*{-o+,--omit-pid=}'[omit processes with PIDs]:pids:_sequence -s , _pids' \ + '(-S --separator)'{-S+,--separator=}'[specify separator put between PIDs]:separator' \ '*:process:->procnames' \ && return 0 -- cgit v1.2.3-70-g09d2