diff --git a/doc/en/linkchecker.1 b/doc/en/linkchecker.1 index 9fb744a6..3f317a2f 100644 --- a/doc/en/linkchecker.1 +++ b/doc/en/linkchecker.1 @@ -216,7 +216,7 @@ Contact hosts that match the given regular expression directly instead of going through a proxy. This option can be given multiple times. .SH OUTPUT TYPES -Note that by default only errors are logged. +Note that by default only errors and warnings are logged. .TP \fBtext\fP diff --git a/linkchecker b/linkchecker index aa7443dd..af005a1b 100755 --- a/linkchecker +++ b/linkchecker @@ -130,7 +130,7 @@ You can skip the "ftp://" url part if the domain starts with "ftp.": """) Logertypes = _(r"""OUTPUT TYPES -Note that by default only errors are logged. +Note that by default only errors and warnings are logged. text Standard text output, logging URLs in keyword: argument fashion. html Log URLs in keyword: argument fashion, formatted as HTML.