From ae0d635bee7e8a558c9184f883fbbf5dc6c3017a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 17 Nov 2003 05:01:04 +0000 Subject: unposted: wget --dns-cache option takes a boolean argument --- ChangeLog | 5 +++++ Completion/Unix/Command/_wget | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4922ada4f..b38925ae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-17 Doug Kearns + + * unposted: Completion/Unix/Command/_wget: --dns-cache option takes a + boolean argument + 2003-11-14 Oliver Kiddle * 19244: Completion/Linux/Command/_mondo, 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 -/' \ -- cgit 1.4.1