1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-15 15:53:26 +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{
Name: "threads",
Value: 1,
Usage: "number of downloading threads",
Usage: "number of uploading threads",
Argument: "<n>",
},
},