diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:19:40 +0000 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2011-09-06 16:19:40 +0000 |
commit | f3a6bf454d8040a88325816a7f8756ebd75aa270 (patch) | |
tree | a01f2a7fecc6de003f952ee3a7b8f917d2694993 /Completion/Unix/Command | |
parent | ecbdf148a2991860fda4b944fb24131307cf27dd (diff) | |
download | zsh-f3a6bf454d8040a88325816a7f8756ebd75aa270.tar.gz zsh-f3a6bf454d8040a88325816a7f8756ebd75aa270.tar.xz zsh-f3a6bf454d8040a88325816a7f8756ebd75aa270.zip |
29740: _wget: add --content-disposition.
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_wget | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index 54c09a377..e54a08b27 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -21,6 +21,7 @@ _arguments -C -s \ '--retry-connrefused[retry even if connection is refused]' \ '(--output-document -O)'{--output-document=,-O+}'[specify file to write documents to]:output file:_files' \ '(--continue -c)'{--continue,-c}'[continue getting an existing file]' \ + '--content-disposition[honor the Content-Disposition header when choosing local file names]' \ '--progress=[set progress gauge type]:gauge type:->gauge' \ '(--timestamping -N)'{--timestamping,-N}'[retrieve only files newer than existing]' \ '(--server-response -S)'{--server-response,-S}'[print server response]' \ |