diff options
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' } |
