mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
22812: utilize _bind_addresses in existing completion functions.
This commit is contained in:
parent
39a2fe325b
commit
55739ab8ae
5 changed files with 10 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ _ssh () {
|
|||
_arguments -C -s \
|
||||
'(-A)-a[disable forwarding of authentication agent connection]' \
|
||||
'(-a)-A[enables forwarding of the authentication agent connection]' \
|
||||
'(-P)-b+[specify interface to transmit on]:bind address' \
|
||||
'(-P)-b+[specify interface to transmit on]:bind address:_bind_addresses' \
|
||||
'-D+[specify a dynamic port forwarding]:port' \
|
||||
'-e+[set escape character]:escape character (or `none'"'"'):' \
|
||||
'(-n)-f[go to background]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue