diff options
author | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-05-23 01:19:02 +0200 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2019-05-23 01:19:02 +0200 |
commit | 6a0874cad65d7949b3bcc2b082f9c6d6b9225a2a (patch) | |
tree | 98e4c5a865f9a84e10cbaa467cc7f4d50526a468 /Completion/Linux/Command/_ss | |
parent | a531a1ec2dce97c1507a45abd4795b1aea1edc9e (diff) | |
download | zsh-6a0874cad65d7949b3bcc2b082f9c6d6b9225a2a.tar.gz zsh-6a0874cad65d7949b3bcc2b082f9c6d6b9225a2a.tar.xz zsh-6a0874cad65d7949b3bcc2b082f9c6d6b9225a2a.zip |
44349: completion option updates
Diffstat (limited to 'Completion/Linux/Command/_ss')
-rw-r--r-- | Completion/Linux/Command/_ss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Linux/Command/_ss b/Completion/Linux/Command/_ss index b1bfa207c..f19b94995 100644 --- a/Completion/Linux/Command/_ss +++ b/Completion/Linux/Command/_ss @@ -20,6 +20,7 @@ _arguments -C -s \ "($info -i --info)"{-i,--info}'[show internal TCP information]' \ "($info)--tipcinfo[show internal tipc socket information]" \ "($info -s --summary)"{-s,--summary}'[print summary statistics]' \ + "($info)--tos[show tos and priority information]" \ "($info -b --bpf)"{-b,--bpf}'[show bpf filter socket information]' \ "($info -E --events)"{-E,--events}'[continually display sockets as they are destroyed]' \ "($info -Z --context)"{-Z,--context}'[display process SELinux security contexts]' \ |