mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 05:41:00 +00:00
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:
parent
0f36153f69
commit
a0eb6d5187
2 changed files with 4 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue