Uppercase (typo)

This commit is contained in:
Fabrice Mouhartem 2022-07-26 10:26:57 +02:00
parent 94f9a25261
commit 026e25f692
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ wget --mirror --no-host-directories --convert-links --adjust-extension --page-re
The name of options are quite straightforward, and the shorten version of it is: `wget -mkEp -np <url>`
### ignoring robots.txt
### Ignoring robots.txt
Sometimes, [robots.txt](https://en.wikipedia.org/wiki/Robots_exclusion_standard) forbids you the access to some resources. You can easily bypass this with the option `-e robots=off`.