1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

42613: typo fix in _ss

This commit is contained in:
pda 2018-04-09 23:22:25 -04:00 committed by Eric Cook
parent f9e9dce544
commit 96f393f917
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-04-09 Eric Cook <llua@gmx.com>
* 42613: pda: Completion/Linux/Command/_ss
fix quoting typo
2018-04-08 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: release zsh-5.5.

View file

@ -33,7 +33,7 @@ _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)--vsock[display only vsock sockets]' \
"($info)--vsock[display only vsock sockets]" \
"($info -f --family)"{-f,--family}'[display sockets of specified type]:family:(unix inet inet6 link netlink unix vsock)' \
"($info -K --kill)"{-K,--kill}'[forcibly close sockets, display what was closed]' \
"($info -H --no-header)"{-H,--no-header}'[suppress header line]' \