Skip to content

Commit 88120e9

Browse files
committed
Update README section USAGE
1 parent 1ef782e commit 88120e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ FLAGS:
217217
--exclude-private Exclude private IP address ranges from checking
218218
--glob-ignore-case Ignore case when expanding filesystem path glob inputs
219219
--help Prints help information
220+
--html Treat the input as HTML
220221
--include-verbatim Find links in verbatim sections like `pre`- and `code` blocks
221222
-i, --insecure Proceed for server connections considered insecure (invalid TLS)
222223
-n, --no-progress Do not show progress bar.
@@ -273,9 +274,9 @@ ARGS:
273274
### Ignoring links
274275

275276
You can exclude links from getting checked by specifying regex patterns
276-
with `--exclude` (e.g. `--exclude example\.(com|org)`).
277+
with `--exclude` (e.g. `--exclude example\.(com|org)`).
277278
If a file named `.lycheeignore` exists in the current working directory, its
278-
contents are excluded as well. The file allows you to list multiple regular
279+
contents are excluded as well. The file allows you to list multiple regular
279280
expressions for exclusion (one pattern per line).
280281

281282
### Caching

0 commit comments

Comments
 (0)