diff options
author | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 16:24:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2006-10-03 16:24:51 +0000 |
commit | 55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d (patch) | |
tree | 8067943c2dfcca945bd3257f5d7843cb6b4ce62d /Completion/Unix/Command/_bittorrent | |
parent | 39a2fe325bdae1da860cdb39a7b349c37ed4f3df (diff) | |
download | zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.gz zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.tar.xz zsh-55739ab8ae62fc9d7de2942ed9e4b37be1dcdf9d.zip |
22812: utilize _bind_addresses in existing completion functions.
Diffstat (limited to 'Completion/Unix/Command/_bittorrent')
-rw-r--r-- | Completion/Unix/Command/_bittorrent | 4 |
1 files changed, 2 insertions, 2 deletions
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):" \ |