about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-06-10 03:25:39 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-06-10 03:25:39 +0000
commit02a3fc7271f225faceded48cc404fe1016d74c0f (patch)
tree15ebeaa3df85d6e9cfbb197ed3a9c24d2eb765c9 /Completion
parentb0a64cce8d76b55973d1e226173e08387b8bdc56 (diff)
downloadzsh-02a3fc7271f225faceded48cc404fe1016d74c0f.tar.gz
zsh-02a3fc7271f225faceded48cc404fe1016d74c0f.tar.xz
zsh-02a3fc7271f225faceded48cc404fe1016d74c0f.zip
Jeremy Mates: 30505: Allow multiple --header= in _wget
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 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' \