mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Document that --verbose overrides --no-warnings
This commit is contained in:
parent
0c9b98deb5
commit
00da28f5bc
2 changed files with 4 additions and 3 deletions
|
|
@ -141,7 +141,8 @@ URL checking results
|
|||
|
||||
.. option:: -v, --verbose
|
||||
|
||||
Log all checked URLs. Default is to log only errors and warnings.
|
||||
Log all checked URLs, overriding :option:`--no-warnings`.
|
||||
Default is to log only errors and warnings.
|
||||
|
||||
Progress updates
|
||||
""""""""""""""""
|
||||
|
|
|
|||
|
|
@ -181,8 +181,8 @@ URL checking results
|
|||
https://docs.python.org/library/codecs.html#standard-encodings.
|
||||
Command line option: :option:`--output`
|
||||
**verbose=**\ [**0**\ \|\ **1**]
|
||||
If set log all checked URLs once. Default is to log only errors and
|
||||
warnings.
|
||||
If set log all checked URLs once, overriding **warnings**.
|
||||
Default is to log only errors and warnings.
|
||||
Command line option: :option:`--verbose`
|
||||
**warnings=**\ [**0**\ \|\ **1**]
|
||||
If set log warnings. Default is to log warnings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue