1
0
Fork 0
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:
Clint Adams 2006-10-03 16:24:51 +00:00
parent 39a2fe325b
commit 55739ab8ae
5 changed files with 10 additions and 5 deletions

View file

@ -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]' \