From 060e8f4eed4e0193549f1b3143b7bb47e9fcabe1 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 26 Feb 2004 12:57:21 +0000 Subject: 19468: capitalize URL abbreviation in completion descriptions --- Completion/Unix/Command/_wget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_wget') diff --git a/Completion/Unix/Command/_wget b/Completion/Unix/Command/_wget index e900ba61f..836d996d5 100644 --- a/Completion/Unix/Command/_wget +++ b/Completion/Unix/Command/_wget @@ -48,7 +48,7 @@ _arguments -C -s \ '--header=:string:' \ '--proxy-user=:user:' \ '--proxy-passwd=:password:' \ - '--referer=:url:_urls' \ + '--referer=:URL:_urls' \ '(--save-headers -s)'{--save-headers,-s}'[save http headers]' \ '(--user-agent -U)'{--user-agent=,-U+}'[specify user agent to identify as]:user-agent' \ '--retr-symlinks' \ @@ -97,7 +97,7 @@ _arguments -C -s \ '--sslcerttype=[specify client cert type]:certificate type:((0\:PEM 1\:ASN1))' \ '--sslcheckcert=[check the server cert against given CA]: :(0 1)' \ '--sslprotocol=[choose SSL protocol]:protocol version:((0\:automatic 1\:SSLv2 2\:SSLv3 3\:TLSv1))' \ - '*:url:_urls' && return 0 + '*:URL:_urls' && return 0 case "$state" in gauge) -- cgit v1.2.3