From e3bb9504fe964d8ca0d2bc3832e3ab397e91f075 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 28 Feb 2004 12:19:57 +0000 Subject: 19477: improve lynx option argument descriptions --- Completion/Unix/Command/_lynx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'Completion/Unix/Command/_lynx') diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index 04f0d495f..8b4459236 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -6,10 +6,10 @@ typeset -A opt_args _arguments -C \ '-accept_all_cookies' \ '-anonymous' \ - '-assume_charset=:MIMENAME:' \ - '-assume_local_charset=:MIMENAME:' \ - '-assume_unrec_charset=:MIMENAME:' \ - '-auth=:ID\:PW:' \ + '-assume_charset=:character set:' \ + '-assume_local_charset=:character set:' \ + '-assume_unrec_charset=:character set:' \ + '-auth=:username\:password:' \ '-base' \ '-bibp=:bibp server:_urls' \ '-blink' \ @@ -23,7 +23,7 @@ _arguments -C \ '-cmd_log=:keystroke log:_files' \ '-cmd_script=:keystroke log:_files' \ '-color' \ - '-connect_timeout=:seconds:' \ + '-connect_timeout=:connection timeout (seconds):' \ '-cookie_file=:cookie file:_files' \ '-cookie_save_file=:cookie file:_files' \ '-cookies' \ @@ -32,7 +32,7 @@ _arguments -C \ '-curses_pads' \ '-debug_partial' \ '-display=:display:_x_display' \ - '-display_charset=:mimename:' \ + '-display_charset=:character set:' \ '-dont_wrap_pre' \ '-dump' \ '-editor=:editor:_command_names -e' \ @@ -63,8 +63,8 @@ _arguments -C \ '-lss=:color-style file:_files' \ '-mime_header' \ '-minimal' \ - '-newschunksize=:NUMBER:' \ - '-newsmaxchunk=:NUMBER:' \ + '-newschunksize=:number of news articles:' \ + '-newsmaxchunk=:maximum number of news articles:' \ '-nobold' \ '-nobrowse' \ '-nocc' \ @@ -85,8 +85,8 @@ _arguments -C \ '-number_fields' \ '-number_links' \ '-partial' \ - '-partial_thres=:NUMBER:' \ - '-pauth=:ID\:PW:' \ + '-partial_thres=:number of lines:' \ + '-pauth=:username\:password:' \ '-popup' \ '-post_data' \ '-preparsed' \ @@ -121,12 +121,12 @@ _arguments -C \ '-trim_input_fields' \ '-underscore' \ '-use_mouse' \ - '-useragent=:NAME:' \ + '-useragent=:user-agent header:' \ '-validate' \ '-verbose' \ '-version' \ '-vikeys' \ - '-width=:NUMBER:' \ + '-width=:number of columns:' \ '-with_backspaces' \ ':URL:->html' && ret=0 -- cgit 1.4.1