1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-17 15:01:40 +02:00

Jeremy Mates: 30505: Allow multiple --header= in _wget

This commit is contained in:
Mikael Magnusson 2012-06-10 03:25:39 +00:00
parent b0a64cce8d
commit 02a3fc7271
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-06-10 Mikael Magnusson <mikachu@gmail.com>
* Jeremy Mates: 30505: Completion/Unix/Command/_wget: Allow
multiple --header=.
2012-06-06 Peter Stephenson <pws@csr.com>
* Vincent: 30497: Completion/Unix/Command/_xmlsoft: option
@ -16345,5 +16350,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5664 $
* $Revision: 1.5665 $
*****************************************************

View file

@ -54,7 +54,7 @@ _arguments -C -s \
'--no-cache[disallow server-cached data]' \
'(--html-extension -E)'{--html-extension,-E}'[save all HTML documents with a .html extension]' \
"--ignore-length[ignore \`Content-Length' header field]" \
'--header=:string' \
'*--header=:string' \
'--proxy-user=:user' \
'--proxy-password=:password' \
'--referer=:URL:_urls' \