diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2002-01-16 16:29:51 +0000 |
commit | d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87 (patch) | |
tree | 1f21ac9faf956d67f24e2005b82a42264a27f535 /Completion/Unix/Command/_lynx | |
parent | 8476aa7fc2faea453c3e07dae2e58535fa2a7086 (diff) | |
download | zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.gz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.tar.xz zsh-d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87.zip |
16461: a number of minor completion function updates
Diffstat (limited to 'Completion/Unix/Command/_lynx')
-rw-r--r-- | Completion/Unix/Command/_lynx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx index c87563047..b6e6fe47c 100644 --- a/Completion/Unix/Command/_lynx +++ b/Completion/Unix/Command/_lynx @@ -14,20 +14,20 @@ _arguments -C \ '-blink' \ '-book' \ '-buried_news' \ - '-cache=:NUMBER:' \ + '-cache=:number of documents:' \ '-case' \ - '-cfg=:FILENAME:_files' \ + '-cfg=:configuration file:_files' \ '-child' \ '-color' \ '-cookies' \ '-core' \ '-crawl' \ - '-display=:DISPLAY:_x_display' \ + '-display=:display:_x_display' \ '-dump' \ - '-editor=:EDITOR:_files' \ + '-editor=:editor:_command_names -e' \ '-emacskeys' \ '-enable_scrollback' \ - '-error_file=:FILENAME:_files' \ + '-error_file=:error file:_files' \ '-fileversions' \ '-force_html' \ '-force_secure' \ @@ -41,7 +41,7 @@ _arguments -C \ '-image_links' \ '-ismap' \ '-index=:URL:->html' \ - '-link=:NUMBER:' \ + '-link=:starting count:' \ '-localhost' \ '-locexec' \ '-mime_header' \ @@ -83,7 +83,7 @@ _arguments -C \ '-startfile_ok' \ '-tagsoup' \ '-telnet' \ - '-term=:TERM:' \ + '-term=:terminal name:_terminals' \ '-tlog' \ '-trace' \ '-traversal' \ |