about summary refs log tree commit diff
path: root/Completion/Unix/Command/_lsof
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2020-05-29 22:25:08 -0500
committerMatthew Martin <phy1729@gmail.com>2020-06-01 21:18:23 -0500
commit7ec05332a281ab0229a864bb4ccc4571e4f8ca1b (patch)
treea6174e6c2d6fa97749f8201844b8723a7d06fa4d /Completion/Unix/Command/_lsof
parent56fffd548203c3257d9fe05d75e36d8002b48bcc (diff)
downloadzsh-7ec05332a281ab0229a864bb4ccc4571e4f8ca1b.tar.gz
zsh-7ec05332a281ab0229a864bb4ccc4571e4f8ca1b.tar.xz
zsh-7ec05332a281ab0229a864bb4ccc4571e4f8ca1b.zip
45939: Add _pgids type
Diffstat (limited to 'Completion/Unix/Command/_lsof')
-rw-r--r--Completion/Unix/Command/_lsof2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_lsof b/Completion/Unix/Command/_lsof
index 754012e3b..8afb55e1d 100644
--- a/Completion/Unix/Command/_lsof
+++ b/Completion/Unix/Command/_lsof
@@ -34,7 +34,7 @@ _arguments -C -s -S $args \
   '-f[inhibit listing of kernel file structure info]::info type:->file-structures' \
   '+f[enable listing of kernel file structure info]::info type:->file-structures' \
   '-F[select output fields]:fields:->fields' \
-  '-g[select by process group id]::process group id' \
+  '-g[select by process group id]::process group id:_sequence -s , _pgids' \
   '(*)*-i[select internet files]::address:->addresses' \
   '-K+[select listing of tasks of processes]::value:((i\:ignore\ tasks))' \
   '-k[specify kernel name list file]:kernel file:_files' \