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)
This commit is contained in:
Chris Mayo 2022-09-30 19:22:17 +01:00
parent 009f22e9b6
commit b3967f75c4

View file

@ -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
"""""