mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
19477: improve lynx option argument descriptions
This commit is contained in:
parent
03fa6dd950
commit
e3bb9504fe
@ -1,3 +1,8 @@
|
||||
2004-02-28 Doug Kearns <djkea2@mugca.its.monash.edu.au>
|
||||
|
||||
* 19477: Completion/Unix/Command_lynx: improve option argument
|
||||
descriptions
|
||||
|
||||
2004-02-27 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 19478: configure.ac: make pcre put its flag into
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user