mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-19 22:01:00 +00:00
remove --robots-txt option, fix type
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@639 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
922227182f
commit
3824f6b91b
1 changed files with 1 additions and 4 deletions
|
|
@ -97,9 +97,6 @@ Quiet operation. This is only useful with \fB-F\fP.
|
|||
Check recursively all links up to given \fIdepth\fP (depth >= 0).
|
||||
Default depth is 1.
|
||||
.TP
|
||||
\fB-R\fP, \fB--robots-txt\fP
|
||||
Obey the robots exclusion standard (this is the default).
|
||||
.TP
|
||||
\fB-s\fP, \fB--strict\fP
|
||||
Check only the syntax of extern links, do not try to connect to them.
|
||||
.TP
|
||||
|
|
@ -112,7 +109,7 @@ Set the timeout for connection attempts in seconds. The default timeout
|
|||
is 10 seconds.
|
||||
.TP
|
||||
\fB-u \fIname\fP, \fB--user=\fIname\fP
|
||||
Try username \fIname\fP for HTZP and FTP authorization.
|
||||
Try username \fIname\fP for HTTP and FTP authorization.
|
||||
Default is \fIanonymous\fP. See also \fB-p\fP.
|
||||
.TP
|
||||
\fB-V\fP, \fB--version\fP
|
||||
|
|
|
|||
Loading…
Reference in a new issue