mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-29 18:44:43 +00:00
Add info about --check-extern
This commit is contained in:
parent
7c2e40e77f
commit
378e7e7753
1 changed files with 3 additions and 0 deletions
|
|
@ -433,6 +433,9 @@ if options.extern:
|
|||
config["externlinks"].extend(pats)
|
||||
if options.checkextern:
|
||||
config["checkextern"] = True
|
||||
else:
|
||||
log.info(LOG_CMDLINE, "Checking intern URLs only; use --check-extern to check extern URLs.")
|
||||
|
||||
if options.output:
|
||||
if "/" in options.output:
|
||||
logtype, encoding = options.output.split("/", 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue