diff options
| author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-12-01 22:59:36 +0100 |
|---|---|---|
| committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-12-01 22:59:36 +0100 |
| commit | a833fe4a18526b76b447e107233541e6e6596968 (patch) | |
| tree | c83a5d4054d7b822c966af7c23060fa470f8fe2d /Completion/Unix/Command/_killall | |
| parent | 44968: cleanup and update objdump and readelf completions (diff) | |
| download | zsh-a833fe4a18526b76b447e107233541e6e6596968.tar zsh-a833fe4a18526b76b447e107233541e6e6596968.tar.gz zsh-a833fe4a18526b76b447e107233541e6e6596968.tar.bz2 zsh-a833fe4a18526b76b447e107233541e6e6596968.tar.lz zsh-a833fe4a18526b76b447e107233541e6e6596968.tar.xz zsh-a833fe4a18526b76b447e107233541e6e6596968.tar.zst zsh-a833fe4a18526b76b447e107233541e6e6596968.zip | |
unposted: another place to complete selinux contexts that was missed in 44781
Diffstat (limited to 'Completion/Unix/Command/_killall')
| -rw-r--r-- | Completion/Unix/Command/_killall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_killall b/Completion/Unix/Command/_killall index 6fdb0f277..36accb2e0 100644 --- a/Completion/Unix/Command/_killall +++ b/Completion/Unix/Command/_killall @@ -32,7 +32,7 @@ if _pick_variant psmisc=PSmisc unix --version; then "*: :_process_names $opts" ) [[ $CURRENT = 2 || ( $CURRENT = 3 && $words[2] = (-Z|--context) ) ]] && \ - args+=( '(-Z --context)'{-Z+,--context=}'[specify SELinux security context]:regex pattern: ' ) + args+=( '(-Z --context)'{-Z+,--context=}'[specify SELinux security context]:regex pattern:_selinux_contexts' ) _arguments -s -S -C : $args && ret=0 |
