From eb33b1c1e5fe80658c0da9232d954b7c8eefbe72 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 29 Nov 2021 19:48:50 +0000 Subject: [PATCH] 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) --- doc/src/man/linkchecker.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/doc/src/man/linkchecker.rst b/doc/src/man/linkchecker.rst index 91aacca9..181371b9 100644 --- a/doc/src/man/linkchecker.rst +++ b/doc/src/man/linkchecker.rst @@ -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 ^^^^^^^^^^^^^^^^