* PATCH: improved _lynx option arg descriptions
@ 2004-02-27 6:53 Doug Kearns
0 siblings, 0 replies; only message in thread
From: Doug Kearns @ 2004-02-27 6:53 UTC (permalink / raw)
To: zsh-workers
This improves some of the option argument descriptions for lynx
completion.
Regards,
Doug
Index: Completion/Unix/Command/_lynx
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_lynx,v
retrieving revision 1.9
diff -u -r1.9 _lynx
--- Completion/Unix/Command/_lynx 26 Feb 2004 12:57:21 -0000 1.9
+++ Completion/Unix/Command/_lynx 27 Feb 2004 06:44:04 -0000
@@ -6,10 +6,10 @@
_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 @@
'-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 @@
'-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 @@
'-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 @@
'-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 @@
'-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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-27 6:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-27 6:53 PATCH: improved _lynx option arg descriptions Doug Kearns
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).