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:
@@ -1778,7 +1778,7 @@ func main() {
|
||||
cli.IntFlag{
|
||||
Name: "threads",
|
||||
Value: 1,
|
||||
Usage: "number of downloading threads",
|
||||
Usage: "number of uploading threads",
|
||||
Argument: "<n>",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user