diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-09-25 09:28:35 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-09-25 09:28:35 +0200 |
| commit | 59247a8a6f77d7a903add949635bae066f7395e7 (patch) | |
| tree | 3082fde9e1fc612639e2877b8b9ba159e70db2f5 /Completion/BSD/Command/_jexec | |
| parent | 53966: completion update based on nmcli 1.52.0 (diff) | |
| download | zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.gz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.bz2 zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.lz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.xz zsh-59247a8a6f77d7a903add949635bae066f7395e7.tar.zst zsh-59247a8a6f77d7a903add949635bae066f7395e7.zip | |
53967: update completions affected by FreeBSD 14.3
Diffstat (limited to 'Completion/BSD/Command/_jexec')
| -rw-r--r-- | Completion/BSD/Command/_jexec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Completion/BSD/Command/_jexec b/Completion/BSD/Command/_jexec index cd99ebe91..510a35976 100644 --- a/Completion/BSD/Command/_jexec +++ b/Completion/BSD/Command/_jexec @@ -12,8 +12,9 @@ _jexec_normal() { _jexec() { _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' \ + '-d+[specify working directory inside the jail]: :_directories' \ + '(-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' \ '*:: : _jexec_normal' } |
