From 55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 3 Oct 2006 16:24:51 +0000 Subject: 22812: utilize _bind_addresses in existing completion functions. --- Completion/Unix/Command/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ssh') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index 9182f3ced..f241c82c9 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -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]' \ -- cgit 1.4.1