From b3967f75c493f81ae77b8337842ca70e6dbf2216 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 30 Sep 2022 19:22:17 +0100 Subject: [PATCH] Correct documentation of --debug in linkchecker(1) dns logger was removed in: e1f72490 ("Move dnspython module into third_party directory.", 2011-05-24) Threading has not been disabled with --debug since: eaa8a963 ("Refactor logging configuration.", 2014-05-10) --- doc/src/man/linkchecker.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/src/man/linkchecker.rst b/doc/src/man/linkchecker.rst index aa9c0a77..ba70c171 100644 --- a/doc/src/man/linkchecker.rst +++ b/doc/src/man/linkchecker.rst @@ -156,12 +156,10 @@ Application .. option:: -D STRING, --debug=STRING - Print debugging output for the given logger. Available loggers are - 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 - during debug runs. + Print debugging output for the given logger. + Available loggers are cmdline, checking, cache, plugin and all. + all is an alias for all available loggers. + This option can be given multiple times to debug with more than one logger. Quiet """""