From 883ff0602127146886a0cf874e98ebdd515ec329 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Wed, 22 Nov 2017 23:09:04 +0900 Subject: [PATCH] Update usage in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa44c5d..777d03a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Usage: liche [-c ] [-d ] [-r] [-t ] [-v] ... Options: - -c, --concurrency Set max number of concurrent HTTP requests. [default: 32] + -c, --concurrency Set max number of concurrent HTTP requests. [default: 512] -d, --document-root Set document root directory for absolute paths. -r, --recursive Search Markdown and HTML files recursively -t, --timeout Set timeout for HTTP requests in seconds. Disabled by default.