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:
@@ -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>",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user