mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-13 19:01:03 +00:00
Remove --warning-regex documentation
Moved to RegexCheck plugin:
7b34be590 ("Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements.", 2014-03-01)
This commit is contained in:
parent
a7155db64a
commit
eb33b1c1e5
1 changed files with 0 additions and 11 deletions
|
|
@ -162,17 +162,6 @@ Output options
|
|||
.. option:: -v, --verbose
|
||||
|
||||
Log all checked URLs. Default is to log only errors and warnings.
|
||||
|
||||
.. option:: -W REGEX, --warning-regex=REGEX
|
||||
|
||||
Define a regular expression which prints a warning if it matches any
|
||||
content of the checked link. This applies only to valid pages, so we
|
||||
can get their content.
|
||||
Use this to check for pages that contain some form of error, for
|
||||
example "This page has moved" or "Oracle Application error".
|
||||
Note that multiple values can be combined in the regular expression,
|
||||
for example "(This page has moved|Oracle Application error)".
|
||||
See section `REGULAR EXPRESSIONS`_ for more info.
|
||||
|
||||
Checking options
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Reference in a new issue