about summary refs log tree commit diff
path: root/Completion/Zsh/Command
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2023-12-05 18:49:42 +0100
committerOliver Kiddle <opk@zsh.org>2023-12-05 18:51:33 +0100
commit618f842b464c090f4a6fb02a9f4d217be9270466 (patch)
treeed63dcb213881275b0d8d300b1c5df385d0c6d0a /Completion/Zsh/Command
parent0394b7cf1787f1fdeedf3e7fa1ad0ba976bdc862 (diff)
downloadzsh-618f842b464c090f4a6fb02a9f4d217be9270466.tar.gz
zsh-618f842b464c090f4a6fb02a9f4d217be9270466.tar.xz
zsh-618f842b464c090f4a6fb02a9f4d217be9270466.zip
52326, 52372: add -q option to kill for sigqueue
Diffstat (limited to 'Completion/Zsh/Command')
-rw-r--r--Completion/Zsh/Command/_kill1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_kill b/Completion/Zsh/Command/_kill
index b9dfde3f0..084cf42c8 100644
--- a/Completion/Zsh/Command/_kill
+++ b/Completion/Zsh/Command/_kill
@@ -5,6 +5,7 @@ typeset -A opt_args
 
 _arguments -C \
   '(-s -l 1)-n[specify signal number]:signal number' \
+  '(-l)-q[send the specified integer with the signal using sigqueue]:value' \
   '(-n -l 1)-s[specify signal name]:signal:_signals -s' \
   '(-n -s)-l[list signal names or numbers of specified signals]:*:signal:_signals' \
   '(-n -s -l)1::signal:_signals -p -s' \