Browse Source

fix benchmark cmd usage info

pull/1084/head
zhangsong 5 years ago
parent
commit
65f1095a54
  1. 2
      weed/command/benchmark.go

2
weed/command/benchmark.go

@ -69,7 +69,7 @@ func init() {
}
var cmdBenchmark = &Command{
UsageLine: "benchmark -server=localhost:9333 -c=10 -n=100000",
UsageLine: "benchmark -master=localhost:9333 -c=10 -n=100000",
Short: "benchmark on writing millions of files and read out",
Long: `benchmark on an empty SeaweedFS file system.

Loading…
Cancel
Save