mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
unposted: wget --dns-cache option takes a boolean argument
This commit is contained in:
parent
4c9979e962
commit
ae0d635bee
@ -1,3 +1,8 @@
|
||||
2003-11-17 Doug Kearns <djkea2@mugca.its.monash.edu.au>
|
||||
|
||||
* unposted: Completion/Unix/Command/_wget: --dns-cache option takes a
|
||||
boolean argument
|
||||
|
||||
2003-11-14 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 19244: Completion/Linux/Command/_mondo,
|
||||
|
@ -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 -/' \
|
||||
|
Loading…
Reference in New Issue
Block a user