From 96f393f917057cc1650746f4eff1bdd0ad992b92 Mon Sep 17 00:00:00 2001 From: pda Date: Mon, 9 Apr 2018 23:22:25 -0400 Subject: 42613: typo fix in _ss --- ChangeLog | 4 ++++ Completion/Linux/Command/_ss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 69496cd70..c0550d0c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-04-09 Eric Cook + * 42613: pda: Completion/Linux/Command/_ss + fix quoting typo + 2018-04-08 Peter Stephenson * unposted: release zsh-5.5. diff --git a/Completion/Linux/Command/_ss b/Completion/Linux/Command/_ss index afe00b6a3..dff289947 100644 --- a/Completion/Linux/Command/_ss +++ b/Completion/Linux/Command/_ss @@ -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]' \ -- cgit 1.4.1