diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-07-17 12:37:29 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-07-17 12:37:29 +0200 |
| commit | 9991707b6bbdfe8940b2098128d85f61a966d758 (patch) | |
| tree | 7e841073d3546ef999affafdda26fa210ea9a91f /Completion/BSD/Command/_jexec | |
| parent | 38867: update strace completion (diff) | |
| download | zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar.gz zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar.bz2 zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar.lz zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar.xz zsh-9991707b6bbdfe8940b2098128d85f61a966d758.tar.zst zsh-9991707b6bbdfe8940b2098128d85f61a966d758.zip | |
38868: update completions for new options on FreeBSD
Diffstat (limited to 'Completion/BSD/Command/_jexec')
| -rw-r--r-- | Completion/BSD/Command/_jexec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec index f065ea1e0..279812bbc 100644 --- a/Completion/BSD/Command/_jexec +++ b/Completion/BSD/Command/_jexec @@ -9,7 +9,8 @@ _jexec_normal() { } _jexec() { - _arguments -s -w -A "-*" : \ + _arguments -s -S -A "-*" : \ + '-l[execute in a clean environment]' \ '(-U)-u[host environment user whom command runs as]:host user:_users' \ '(-u)-U[jail environment user whom command runs as]:jail user:_users' \ '1:jail:_jails' \ |
