chore: update README.md

* show the whole flag lines as code
This commit is contained in:
surtur 2020-12-13 23:53:53 +01:00
parent eeedbe15e4
commit 1967ee3f3c
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -30,12 +30,12 @@ java -classpath didyousayspiderman/out didyousayspiderman.crawler -u https://git
#### flags
there are a couple of flags you can use to tweak the behaviour of the program
- `-f`/`--fileurls` <./path/to/a/file/with/urls>\
- `-f`/`--fileurls <./path/to/a/file/with/urls>`\
specify a path to file with URLs (one per line)
- `-v`/`--verbose`\
turn on verbose printing to stderr
- `-m`/`--maxdepth` <maxdepthlevel>\
- `-m`/`--maxdepth <maxdepthlevel>`\
the maximum level of recursive URL grabbing (starting with 0)
- `-u`/`--urllist` <url,url,url>\
- `-u`/`--urllist <url,url,url>`\
takes a single URL or a list of comma-separated URLs