summaryrefslogtreecommitdiff
path: root/Completion/Linux/Command/_pidof
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Linux/Command/_pidof')
-rw-r--r--Completion/Linux/Command/_pidof1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_pidof b/Completion/Linux/Command/_pidof
index 151a0e0f6..fdafd507d 100644
--- a/Completion/Linux/Command/_pidof
+++ b/Completion/Linux/Command/_pidof
@@ -17,6 +17,7 @@ case $variant in
'(-w --with-workers)'{-w,--with-workers}'[show kernel workers too]' \
"(-x $exargs)"-x'[include shells running named scripts]' \
"($exargs)"\*{-o+,--omit-pid=}'[omit processes with PIDs]:pids:_sequence -s , _pids' \
+ '(-t --lightweight)'{-t,--lightweight}'[list threads too]' \
'(-S --separator)'{-S+,--separator=}'[specify separator put between PIDs]:separator' \
'*:process:->procnames' \
&& return 0