mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 20:01:03 +00:00
default number of threads is 10
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1567 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
594242e86c
commit
15980ffd56
2 changed files with 4 additions and 4 deletions
|
|
@ -201,7 +201,7 @@ group.add_option("-I", "--interactive", action="store_true", dest="interactive",
|
|||
"""Ask for url if none are given on the commandline."""))
|
||||
group.add_option("-t", "--threads", type="int", dest="threads",
|
||||
help=_(
|
||||
"""Generate no more than num threads. Default number of threads is 5."""))
|
||||
"""Generate no more than num threads. Default number of threads is 10."""))
|
||||
|
||||
group.add_option("-V", "--version", action="store_true", dest="version",
|
||||
help=_(
|
||||
|
|
|
|||
|
|
@ -137,12 +137,12 @@ Check only the syntax of external links, do not try to connect to them.
|
|||
For local file urls, only local files are internal. For
|
||||
http and ftp urls, all urls at the same domain name are internal.
|
||||
.TP
|
||||
\fB--status\fP
|
||||
Print check status every 5 seconds to stderr. Does not work with the
|
||||
\fB--no-status\fP
|
||||
Do not print check status every 5 seconds to stderr. Does not work with the
|
||||
\fB--debug\fP option.
|
||||
.TP
|
||||
\fB-t\fP \fInum\fP, \fB--threads=\fP\fInum\fP
|
||||
Generate no more than \fInum\fP threads. Default number of threads is 5.
|
||||
Generate no more than \fInum\fP threads. Default number of threads is 10.
|
||||
To disable threading specify a non-positive number.
|
||||
.TP
|
||||
\fB--timeout=\fP\fIsecs\fP
|
||||
|
|
|
|||
Loading…
Reference in a new issue