From fe8295d2d223a6c1afb247a63b3b6cec942bcaca Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 8 Oct 2001 16:22:39 +0000 Subject: update _wget for v1.7, _sysctl for darwin, _webbrowser for galeon etc (15983) --- Completion/Unix/Command/_wget | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Completion/Unix/Command/_wget') diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index eb940782d..95f2c8ade 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -74,6 +74,12 @@ _arguments -C -s \ '(--cache -C)'{--cache=,-C+}'[(dis)allow server-cached data]:cache:(on off)' \ '--htmlify=:htmlify:' \ '--no:no:->noflags' \ + '--cookies=[turn cookies on or off]:cookies:(on off)' \ + '--load-cookies=[specify file to load cookies from]:cookie file:_files' \ + '--save-cookies=[specify file to save cookies to]:cookie file:_files' \ + '--no-http-keep-alive[disable HTTP keep-alive]' \ + '--sslcertfile=[specify client certificate]:client certificate file:_files' \ + '--sslcertkey=[specify keyfile for certificate]:keyfile:_files' \ '*:url:_urls' && return 0 case "$state" in -- cgit v1.2.3