Align documentation of debug in man pages

Linked to:
b3967f75 ("Correct documentation of --debug in linkchecker(1)", 2022-09-30)
This commit is contained in:
Chris Mayo 2022-10-18 19:24:08 +01:00
parent 0f36153f69
commit a0eb6d5187
2 changed files with 4 additions and 5 deletions

View file

@ -157,7 +157,7 @@ Application
.. option:: -D STRING, --debug=STRING
Print debugging output for the given logger.
Available loggers are cmdline, checking, cache, plugin and all.
Available debug 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.

View file

@ -220,10 +220,9 @@ Application
"""""""""""
**debug=**\ *STRING*\ [**,**\ *STRING*...]
Print debugging output for the given modules. Available debug
modules are **cmdline**, **checking**, **cache**, **dns**,
**thread**, **plugins** and **all**. Specifying **all** is an alias
for specifying all available loggers.
Print debugging output for the given logger. Available debug
loggers are **cmdline**, **checking**, **cache**, **plugin** and **all**.
**all** is an alias for all available loggers.
Command line option: :option:`--debug`
Quiet