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/_wget | |
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/_wget')
-rw-r--r-- | Completion/Unix/Command/_wget | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index 3adc632da..67c2326e2 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -35,7 +35,7 @@ _arguments -C -s \ '(--proxy -Y --no-proxy)'{--proxy=,-Y+}'[explicitly turn on proxy]' \ '(--proxy -Y --no-proxy)--no-proxy[explicitly turn off proxy]' \ '(--quota -Q)'{--quota=,-Q+}'[set retrieval quota]:number' \ - '--bind-address=:address to bind to (hostname or IP):_hosts' \ + '--bind-address=[specify address to bind to (hostname or IP)]:bind address:_bind_addresses' \ '--limit-rate=[specify limit to download rate]:download rate limit' \ '--no-dns-cache[disable caching DNS lookups]' \ '--restrict-file-names=[restrict chars in file names to ones OS allows]:OS:->restrict' \ |