diff options
| author | pda <pda@freeshell.net> | 2018-04-09 23:22:25 -0400 |
|---|---|---|
| committer | Eric Cook <illua@users.sourceforge.net> | 2018-04-09 23:22:25 -0400 |
| commit | 96f393f917057cc1650746f4eff1bdd0ad992b92 (patch) | |
| tree | 4e5286ebe51327b3ec16d5e1fe25cd16debd9aa2 /Completion/Linux/Command | |
| parent | unposted: release zsh-5.5 (diff) | |
| download | zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar.gz zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar.bz2 zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar.lz zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar.xz zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.tar.zst zsh-96f393f917057cc1650746f4eff1bdd0ad992b92.zip | |
42613: typo fix in _ss
Diffstat (limited to 'Completion/Linux/Command')
| -rw-r--r-- | Completion/Linux/Command/_ss | 2 |
1 files changed, 1 insertions, 1 deletions
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]' \ |
