From e397a7532d6a1712a6a22a7f2083bad27dc39616 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 26 Mar 2024 03:00:12 -1000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5321e3a..57826c6 100644 --- a/README.md +++ b/README.md @@ -170,13 +170,13 @@ cat some-site-page.html | monolith -aIiFfcMv -b https://some.site/ - > some-site ## Options - `-a`: Exclude audio sources - - `-b`: Use custom `base URL` + - `-b`: Use `custom base URL` - `-B`: Forbid retrieving assets from specified domain(s) - `-c`: Exclude CSS - `-C`: Read cookies from `file` - `-d`: Allow retrieving assets only from specified `domain(s)` - `-e`: Ignore network errors - - `-E`: Save document using custom `encoding` + - `-E`: Save document using `custom encoding` - `-f`: Omit frames - `-F`: Exclude web fonts - `-h`: Print help information @@ -189,7 +189,7 @@ cat some-site-page.html | monolith -aIiFfcMv -b https://some.site/ - > some-site - `-o`: Write output to `file` (use “-” for STDOUT) - `-s`: Be quiet - `-t`: Adjust `network request timeout` - - `-u`: Provide custom `User-Agent` + - `-u`: Provide `custom User-Agent` - `-v`: Exclude videos