From 1364da0cb26282c92d053435b7b06ac877207cf1 Mon Sep 17 00:00:00 2001 From: PeterDing Date: Mon, 2 May 2022 22:55:11 +0800 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 445a1fb..1836198 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Following is the results of using `curl` and `aget-rs`. (For more details, you c - Set concurrent amount and chunk length - Use `-s` or `--concurrent` to set the number of concurrent request. + Use `-s` or `--concurrency` to set the number of concurrent request. Use `-k` or `--chunk-size` to set the chunk length of each request. `--chunk-size` takes a literal size description, example `1k` for one Kilobyte, `2m` for two Megabyte, `1g` for Gigabyte.