Add info about --check-extern

This commit is contained in:
Bastian Kleineidam 2014-07-01 23:06:29 +02:00
parent 7c2e40e77f
commit 378e7e7753

View file

@ -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)