about summary refs log tree commit diff
path: root/Completion/Unix/Command/_ssh
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-10-03 16:24:51 +0000
committerClint Adams <clint@users.sourceforge.net>2006-10-03 16:24:51 +0000
commit55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d (patch)
tree8067943c2dfcca945bd3257f5d7843cb6b4ce62d /Completion/Unix/Command/_ssh
parent39a2fe325bdae1da860cdb39a7b349c37ed4f3df (diff)
downloadzsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.gz
zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.xz
zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.zip
22812: utilize _bind_addresses in existing completion functions.
Diffstat (limited to 'Completion/Unix/Command/_ssh')
-rw-r--r--Completion/Unix/Command/_ssh2
1 files changed, 1 insertions, 1 deletions
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]' \