about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sudo
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-08-05 16:22:03 +0200
committerOliver Kiddle <opk@zsh.org>2017-08-05 16:22:30 +0200
commit14ff7d39ad2c9a0d0c4549783f04cf809e5d1980 (patch)
treee7fbc64e9addbc7783341dc439ec7854235a4366 /Completion/Unix/Command/_sudo
parent039a34cca5fb2ad1ae16e5a5914bdab3071b7186 (diff)
downloadzsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.tar.gz
zsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.tar.xz
zsh-14ff7d39ad2c9a0d0c4549783f04cf809e5d1980.zip
41492: update some options in completions
Diffstat (limited to 'Completion/Unix/Command/_sudo')
-rw-r--r--Completion/Unix/Command/_sudo1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_sudo b/Completion/Unix/Command/_sudo
index aa7a1a498..ec293d469 100644
--- a/Completion/Unix/Command/_sudo
+++ b/Completion/Unix/Command/_sudo
@@ -26,6 +26,7 @@ args=(
   '(-r --role)'{-r+,--role=}'[create SELinux security context with specified role]:role'
   '(-S --stdin)'{-S,--stdin}'[read password from standard input]'
   '(-t --type)'{-t+,--type=}'[create SELinux security context with specified type]:type'
+  '(-T --command-timeout)'{-T+,--command-timeout=}'[terminate command after specified time limit]:timeout'
   '(-U --other-user)'{-U+,--other-user=}'[in list mode, display privileges for user]:user:_users'
   '(-u --user)'{-u+,--user=}'[run command (or edit file) as specified user]:user:_users'
   '(-)'{-V,--version}'[display version information and exit]'