From b7c8ad9be714988ecf7e3e0624efc0ef5080e5a5 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 24 Apr 2020 19:46:30 +0100 Subject: [PATCH] Fix typo for -Dplugin in man page --- doc/en/linkchecker.1 | 2 +- doc/web/media/man1/linkchecker.1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/linkchecker.1 b/doc/en/linkchecker.1 index d6d8902b..3a29e5bf 100644 --- a/doc/en/linkchecker.1 +++ b/doc/en/linkchecker.1 @@ -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. diff --git a/doc/web/media/man1/linkchecker.1.html b/doc/web/media/man1/linkchecker.1.html index aa56d9b4..00dd851e 100644 --- a/doc/web/media/man1/linkchecker.1.html +++ b/doc/web/media/man1/linkchecker.1.html @@ -112,7 +112,7 @@ linkchecker - command line client to check HTML documents and websites for
-DSTRING, --debug=STRING
Print debugging output for the given logger. Available loggers are - cmdline, checking, cache, dns, plugins + cmdline, checking, cache, dns, plugin and all. Specifying all 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