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/_links | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_links') diff --git a/Completion/Unix/Command/_links b/Completion/Unix/Command/_links index d2bc9be14..c8a4995d5 100644 --- a/Completion/Unix/Command/_links +++ b/Completion/Unix/Command/_links @@ -25,11 +25,11 @@ _arguments -C \ '(-help)-source[dump the source page]' \ '(-help)-unrestartable-receive-timeout[timeout on non restartable connections]:secs:' \ '(-help)-version[prints the links version number and exit]' \ - ':url:->html' && ret=0 + ':URL:->html' && ret=0 case $state in html) - _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:url:_urls' && ret=0 + _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && ret=0 ;; graphics_drivers) vals=(${=${${${(f)"$(_call_program links-graphics-drivers links -driver help 2>&1)"}[-1]}//','/''}} ) -- cgit 1.4.1