Document that --verbose overrides --no-warnings

This commit is contained in:
Chris Mayo 2023-09-25 19:22:19 +01:00
parent 0c9b98deb5
commit 00da28f5bc
2 changed files with 4 additions and 3 deletions

View file

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

View file

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