From 62127203fcfad8a04a7bfaa0b54460a416b32dbe Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Tue, 21 Nov 2017 14:51:29 +0900 Subject: [PATCH] Update command usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. ```