From 67b22d984005c67d9f6397118b55a4e638ee9090 Mon Sep 17 00:00:00 2001 From: calvin Date: Fri, 6 Dec 2002 18:05:11 +0000 Subject: [PATCH] add --warning-size-bytes option git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@665 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- linkchecker | 1 + linkchecker.1 | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/linkchecker b/linkchecker index d48b7ef1..066b9f2e 100755 --- a/linkchecker +++ b/linkchecker @@ -125,6 +125,7 @@ For single-letter option arguments the space is not a necessity. So --warning-size-bytes=bytes Print a warning if content size is available and exceeds the given number of bytes. + This option implies -w. """) % (linkcheck.log.LoggerKeys, _profile) Notes = linkcheck._("""NOTES diff --git a/linkchecker.1 b/linkchecker.1 index 7728f2a8..dfe1b496 100644 --- a/linkchecker.1 +++ b/linkchecker.1 @@ -130,6 +130,11 @@ their content. Use this to check for pages that contain some form of error, for example 'This page has moved' or 'Oracle Application Server error'. This option implies \fB-w\fP. +.TP +\fB--warning-size-bytes=\fIbytes\fP +Print a warning if content size is available and exceeds the given +number of \fIbytes\fP. +This option implies \fB-w\fP. .SH NOTES LinkCheckers commandline parser treats \fIftp.\fP links like \fIftp://ftp.\fP and \fIwww.\fP links like \fIhttp://www.\fP.