diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-02-07 02:54:21 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-02-07 02:54:21 +0100 |
| commit | 2edac834a861043cf53ce36349edb13e1571c860 (patch) | |
| tree | a087caa580a86740ef9bf10b5872b9cdff0b0983 /Completion/Unix/Command/_pgrep | |
| parent | 47931: update completions for OpenBSD base up to 6.8 (diff) | |
| download | zsh-2edac834a861043cf53ce36349edb13e1571c860.tar zsh-2edac834a861043cf53ce36349edb13e1571c860.tar.gz zsh-2edac834a861043cf53ce36349edb13e1571c860.tar.bz2 zsh-2edac834a861043cf53ce36349edb13e1571c860.tar.lz zsh-2edac834a861043cf53ce36349edb13e1571c860.tar.xz zsh-2edac834a861043cf53ce36349edb13e1571c860.tar.zst zsh-2edac834a861043cf53ce36349edb13e1571c860.zip | |
47932: update completions for procps 3.3.16
Diffstat (limited to 'Completion/Unix/Command/_pgrep')
| -rw-r--r-- | Completion/Unix/Command/_pgrep | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_pgrep b/Completion/Unix/Command/_pgrep index 49184307f..51a4883df 100644 --- a/Completion/Unix/Command/_pgrep +++ b/Completion/Unix/Command/_pgrep @@ -33,6 +33,7 @@ arguments=( '(-o -n --oldest --newest)'{-o,--oldest}'[match oldest process]' '(-P --parent)'{-P+,--parent=}'[match only on specified parent process IDs]: :->ppid' '(-l)-q[suppress normal output]' + '(-r --runstates)'{-r+,--runstates}'[match runstates]:run state:compadd -S "" D I R S T t W X Z' '-S[search also in system processes (kernel threads)]' '(-s --session)'{-s+,--session=}'[match only on specified process session IDs]: :->sid' # _signals is OK here - we do it differently below @@ -61,7 +62,7 @@ arguments=( case $OSTYPE in linux*) # Note: We deliberately exclude -v but not --inverse from pkill - pgopts=acdFfGghLlnoPstUuVvwx- + pgopts=acdFfGghLlnoPrstUuVvwx- pkopts=ceFfGghLnoPstUuVx- arguments=( ${arguments:#((#s)|*\))(\*|)-[acl]*} |
