We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda8362 commit 161469dCopy full SHA for 161469d
src/content/docs/troubleshooting/network-errors.mdx
@@ -72,7 +72,7 @@ You can tune this behaviour with two options:
72
| Maximum retries | `--max-retries <NUM>` | `max_retries` | `3` |
73
| Initial wait between retries | `--retry-wait-time <SECS>` | `retry_wait_time` | `1` |
74
75
-For example, to retry up to 5 times with a 5-second initial wait:
+For example, to retry up to 5 times with a 3-second initial wait:
76
77
```bash
78
lychee --max-retries 5 --retry-wait-time 3 https://example.com
0 commit comments