diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Completion/Unix/Command/_elinks | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d313617dc..f09ffc119 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-28 Doug Kearns <djkea2@mugca.its.monash.edu.au> + + * unposted: Completion/Unix/Command/_elinks: update for version 0.4.3 + 2003-11-21 Oliver Kiddle <opk@zsh.org> * 19265: Completion/Unix/Command/_ls, Completion/X/Command/_mozilla: 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]' \ |