diff --git a/README.md b/README.md index 8193428..422d271 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,11 @@ go get -u github.com/raviqqe/liche Link checker for Markdown and HTML Usage: - liche [-c ] [-t ] [-v] ... + liche [-c ] [-r] [-t ] [-v] ... Options: -c, --concurrency Set max number of concurrent HTTP requests. [default: 32] + -r, --recursive Search Markdown and HTML files recursively -t, --timeout Set timeout for HTTP requests in seconds. Disabled by default. -v, --verbose Be verbose. ```