diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index e020169..442c73a 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -1939,6 +1939,11 @@ func main() { Usage: "the number of download threads (default to 1)", Argument: "", }, + cli.StringFlag{ + Name: "storage", + Usage: "run the download/upload test agaist the specified storage", + Argument: "", + }, }, Usage: "Run a set of benchmarks to test download and upload speeds", ArgsUsage: " ",