mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 16:41:00 +00:00
add --warning-size-bytes option
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@664 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
6fa7806272
commit
af986ff5dd
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ For single-letter option arguments the space is not a necessity. So
|
|||
message, for example 'This page has moved' or 'Oracle
|
||||
Application Server error'.
|
||||
This option implies -w.
|
||||
--warning-size-bytes=bytes
|
||||
Print a warning if content size is available and exceeds the given
|
||||
number of bytes.
|
||||
""") % (linkcheck.log.LoggerKeys, _profile)
|
||||
|
||||
Notes = linkcheck._("""NOTES
|
||||
|
|
|
|||
Loading…
Reference in a new issue