about summary refs log tree commit diff
path: root/Completion/Linux/Command/_ss
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2017-07-15 14:53:53 +0200
committerOliver Kiddle <opk@zsh.org>2017-07-15 14:53:53 +0200
commit8eaacb35419171b40e121c61323a5113e5f1977d (patch)
treeb4f0cef111df5651583a4866a04a3889cbe396df /Completion/Linux/Command/_ss
parent4a63a1793af5f3046af6a77db8aeeece523ebc61 (diff)
downloadzsh-8eaacb35419171b40e121c61323a5113e5f1977d.tar.gz
zsh-8eaacb35419171b40e121c61323a5113e5f1977d.tar.xz
zsh-8eaacb35419171b40e121c61323a5113e5f1977d.zip
41431: update options in assorted completions
Diffstat (limited to 'Completion/Linux/Command/_ss')
-rw-r--r--Completion/Linux/Command/_ss1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_ss b/Completion/Linux/Command/_ss
index 90d83a4c4..e5289b0a7 100644
--- a/Completion/Linux/Command/_ss
+++ b/Completion/Linux/Command/_ss
@@ -28,6 +28,7 @@ _arguments -C -s \
   "($info -4 --ipv4 -6 --ipv6)"{-6,--ipv6}'[display only IP version 6 sockets]' \
   "($info -0 --packet)"{-0,--packet}'[display PACKET sockets]' \
   "($info -t --tcp)"{-t,--tcp}'[display TCP sockets]' \
+  "($info -S --sctp)"{-S,--sctp}'[display SCTP sockets]' \
   "($info -u --udp)"{-u,--udp}'[display UDP sockets]' \
   "($info -d --dccp)"{-d,--dccp}'[display DCCP sockets]' \
   "($info -w --raw)"{-w,--raw}'[display RAW sockets]' \