Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored and mre committed Oct 14, 2024
1 parent d74997d commit f9a44a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,19 @@ Options:
--cache-exclude-status <CACHE_EXCLUDE_STATUS>
A List status codes that will be ignored from the cache
The following accept range syntax is supported: [start]..[=]end|code. Some valid
examples are:
- 429
- 500..=599
- 500..
Use "lychee --cache-exclude-status '429, 500..502' <inputs>..." to provide a comma- separated
list of excluded status codes. This example will not cache results with a status code of 429, 500,
501 and 502.
[default: 100..=103,200..=299]
[default: ]
--dump
Don't perform any link checking. Instead, dump all the links extracted from inputs that would be checked
Expand Down

0 comments on commit f9a44a3

Please sign in to comment.