about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2003-11-17 05:01:04 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2003-11-17 05:01:04 +0000
commitae0d635bee7e8a558c9184f883fbbf5dc6c3017a (patch)
treee723c1353ef35b3b099bd547139ae694015faed8 /Completion
parent4c9979e962552ab3247c754af3c5a0f1dd7eae55 (diff)
downloadzsh-ae0d635bee7e8a558c9184f883fbbf5dc6c3017a.tar.gz
zsh-ae0d635bee7e8a558c9184f883fbbf5dc6c3017a.tar.xz
zsh-ae0d635bee7e8a558c9184f883fbbf5dc6c3017a.zip
unposted: wget --dns-cache option takes a boolean argument
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_wget2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget
index 33aaa741a..e900ba61f 100644
--- a/Completion/Unix/Command/_wget
+++ b/Completion/Unix/Command/_wget
@@ -36,7 +36,7 @@ _arguments -C -s \
   '(--quota -Q)'{--quota=,-Q+}'[set retrieval quota]:number' \
   '--bind-address=:address to bind to (hostname or IP):_hosts' \
   '--limit-rate=[specify limit to download rate]:download rate limit' \
-  '--dns-cache=off[disable caching DNS lookups]' \
+  '--dns-cache=[disable caching DNS lookups]:dns cache:(on off)' \
   '--restrict-file-names=[restrict chars in file names to ones OS allows]:OS:(unix windows)' \
   '(--force-directories -x)'{--force-directories,-x}'[force creation of directories]' \
   '(--directory-prefix -P)'{--directory-prefix=,-P+}'[specify prefix to save files to]:prefix:_files -/' \