mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
add --warning-size-bytes option
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@665 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
af986ff5dd
commit
67b22d9840
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue