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/_bittorrent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_bittorrent') diff --git a/Completion/Unix/Command/_bittorrent b/Completion/Unix/Command/_bittorrent index b3a37f7c6..8c31a11ae 100644 --- a/Completion/Unix/Command/_bittorrent +++ b/Completion/Unix/Command/_bittorrent @@ -24,7 +24,7 @@ case $service in '(--responsefile)--responsefile+[specify file for server response]:file:_files -g "*"'\ "--url+[specify URL of torrent file]:URL:_urls"\ '(-i --ip)'{-i+,--ip+}'[specify ip address to report as]:ip address'\ - "--bind+[specify ip to bind to instead of default]:ip:"\ + "--bind+[specify ip to bind to instead of default]:ip:_bind_addresses"\ "--minport+[specify minimum port to listen to]:port:"\ "--maxport+[specify maximum port to listen to]:port:"\ "--saveas+[specify file to save to]:file:_files -/"\ @@ -83,7 +83,7 @@ case $service in _arguments -s -S \ "--port+[specify port to listen on]:port number:" \ "--dfile+[specify file to store recent downloader info]:file:_files" \ - "--bind+[specify ip to bind to]:bind address:" \ + "--bind+[specify ip to bind to]:bind address:_bind_addresses" \ "--socket_timeout+[specify timeout for closing connections]:timeout (s):"\ "--save_dfile_interval+[specify interval between saving dfile]:time (s):"\ "--timeout_downloaders_interval+[timeout for expiring downloaders]:time (s):" \ -- cgit v1.2.3