From 85bc55e374460260dae821b8f4ab3d9e9cf8c50f Mon Sep 17 00:00:00 2001 From: Gilbert Chen Date: Wed, 11 Apr 2018 21:11:24 -0400 Subject: [PATCH] The -threads option for the copy command specifies the number of uploading threads --- duplicacy/duplicacy_main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index 5c3429f..c54cf8c 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -1778,7 +1778,7 @@ func main() { cli.IntFlag{ Name: "threads", Value: 1, - Usage: "number of downloading threads", + Usage: "number of uploading threads", Argument: "", }, },