diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2003-11-28 06:24:13 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2003-11-28 06:24:13 +0000 |
commit | b456768681f56e1d7d2bc1a29e932fd936aff9fd (patch) | |
tree | 40b686d2bf1dc7126b13ee559c919431744d2720 /Completion | |
parent | 790f71f06a89d5b3e2b88eb31b63b170dd5877d3 (diff) | |
download | zsh-b456768681f56e1d7d2bc1a29e932fd936aff9fd.tar.gz zsh-b456768681f56e1d7d2bc1a29e932fd936aff9fd.tar.xz zsh-b456768681f56e1d7d2bc1a29e932fd936aff9fd.zip |
unposted: update elinks completion for version 0.4.3
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_elinks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_elinks b/Completion/Unix/Command/_elinks index 6e2832daf..b3e204261 100644 --- a/Completion/Unix/Command/_elinks +++ b/Completion/Unix/Command/_elinks @@ -14,6 +14,7 @@ _arguments -C -A '-*' \ '*-dump-charset[codepage to use with -dump]:codepage:' \ '*-dump-width[width of document formatted with -dump]:width:' \ '*-eval[evaluate given configuration option]:configuration option:' \ + '*-force-html[assume the file is HTML]' \ '(- 1)-'{\?,h,help}'[print usage help and exit]' \ '(- 1)-long-help[print detailed usage help and exit]' \ '(- 1)-config-help[print help for configuration options]' \ |