From 02a3fc7271f225faceded48cc404fe1016d74c0f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 10 Jun 2012 03:25:39 +0000 Subject: Jeremy Mates: 30505: Allow multiple --header= in _wget --- ChangeLog | 7 ++++++- Completion/Unix/Command/_wget | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 665d2e14f..fce20a3d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-10 Mikael Magnusson + + * Jeremy Mates: 30505: Completion/Unix/Command/_wget: Allow + multiple --header=. + 2012-06-06 Peter Stephenson * 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 $ ***************************************************** diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index e54a08b27..51d640d62 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -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' \ -- cgit 1.4.1