1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-20 10:13:20 +00:00

The -threads option for the copy command specifies the number of uploading threads

This commit is contained in:
Gilbert Chen
2018-04-11 21:11:24 -04:00
parent cd0c7b07a9
commit 85bc55e374

View File

@@ -1778,7 +1778,7 @@ func main() {
cli.IntFlag{ cli.IntFlag{
Name: "threads", Name: "threads",
Value: 1, Value: 1,
Usage: "number of downloading threads", Usage: "number of uploading threads",
Argument: "<n>", Argument: "<n>",
}, },
}, },