commit 5bee8d240e8d4aacb047becc80b8df33b3f25d89
parent 29df2b54b4c9715e1be413a2ea011edfc6696dcf
Author: Stefan Koch <programming@stefan-koch.name>
Date: Sun, 27 Oct 2019 17:19:44 +0100
fix documentation for --report40x
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -29,7 +29,7 @@ Additional options available are:
- `--exclude`: Exclude URLs matching the given regex from the crawl and from deadlink-checking
- `--silent`: Turn off verbose output. Only print summary at the end.
- `--debug`: Be super-verbose, printing all links found on each page
-- `--report40x`: Report only 404 as dead, not the other 40x errors
+- `--report40x`: Report more 40x status codes as error, default mode reports only 404
Examples:
```bash