diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-09-03 12:31:22 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-09-03 12:31:22 +0200 |
| commit | 48c20d74a7aa5e91619d84fc36f9bd7831eb4174 (patch) | |
| tree | 6fee0ad5faf89445b9bf1e3b5f4d2f0da870cdc9 /Completion/Linux/Command | |
| parent | unposted: _postfix_queue_id: Unbreak completion of short queue ids of held/ac... (diff) | |
| download | zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar.gz zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar.bz2 zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar.lz zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar.xz zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.tar.zst zsh-48c20d74a7aa5e91619d84fc36f9bd7831eb4174.zip | |
39165: update options to correspond to latest versions of software in various functions
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_ss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_ss b/Completion/Linux/Command/_ss index 520fd4b5a..90d83a4c4 100644 --- a/Completion/Linux/Command/_ss +++ b/Completion/Linux/Command/_ss @@ -32,7 +32,9 @@ _arguments -C -s \ "($info -d --dccp)"{-d,--dccp}'[display DCCP sockets]' \ "($info -w --raw)"{-w,--raw}'[display RAW sockets]' \ "($info -x --unix)"{-x,--unix}'[display Unix domain sockets]' \ - "($info -f --family)"{-f,--family}'[display sockets of specified type]:family:(unix inet inet6 link netlink)' \ + "($info -f --family)"{-f,--family}'[display sockets of specified type]:family:(unix inet inet6 link netlink unix)' \ + "($info -K --kill)"{-K,--kill}'[forcibly close sockets, display what was closed]' \ + "($info -H --no-header)"{-H,--no-header}'[suppress header line]' \ "($info -A --query --socket)"{-A,--query,--socket}'[specify socket tables to show]: :_values -s , socket\ table all inet tcp udp raw unix packet netlink unix_dgram unix_stream unix_seqpacket packet_raw packet_dgram' \ "($info -D)"{-D,--diag=}'[dump raw info to file]:file:_files' \ "($info -F)"{-F,--filter=}'[read filter information from a file]:file:_files' \ |
