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/_lynx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_lynx') diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index e53fa8415..04f0d495f 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -128,7 +128,7 @@ _arguments -C \ '-vikeys' \ '-width=:NUMBER:' \ '-with_backspaces' \ - ':url:->html' && ret=0 + ':URL:->html' && ret=0 case "$state" in restrictions) @@ -140,7 +140,7 @@ restrictions) outside_telnet print shell suspend telnet_port useragent && return ;; html) - _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:url:_urls' && return + _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return ;; esac -- cgit 1.4.1