Fix typo for -Dplugin in man page

This commit is contained in:
Chris Mayo 2020-04-24 19:46:30 +01:00
parent 5dd448cf05
commit b7c8ad9be7
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ Print available check plugins and exit.
\fB\-D\fP\fISTRING\fP, \fB\-\-debug=\fP\fISTRING\fP
Print debugging output for the given logger.
Available loggers are \fBcmdline\fP, \fBchecking\fP,
\fBcache\fP, \fBdns\fP, \fBplugins\fP and \fBall\fP.
\fBcache\fP, \fBdns\fP, \fBplugin\fP and \fBall\fP.
Specifying \fBall\fP is an alias for specifying all available loggers.
The option can be given multiple times to debug with more
than one logger.

View file

@ -112,7 +112,7 @@ linkchecker - command line client to check HTML documents and websites for
<dl class="Bl-tag">
<dt><b>-D</b><i>STRING</i>, <b>--debug=</b><i>STRING</i></dt>
<dd>Print debugging output for the given logger. Available loggers are
<b>cmdline</b>, <b>checking</b>, <b>cache</b>, <b>dns</b>, <b>plugins</b>
<b>cmdline</b>, <b>checking</b>, <b>cache</b>, <b>dns</b>, <b>plugin</b>
and <b>all</b>. Specifying <b>all</b> is an alias for specifying all
available loggers. The option can be given multiple times to debug with
more than one logger. For accurate results, threading will be disabled