From 65f1095a5485fcb506ce7b4977342f228ba817db Mon Sep 17 00:00:00 2001 From: zhangsong Date: Mon, 14 Oct 2019 20:23:32 +0800 Subject: [PATCH] fix benchmark cmd usage info --- weed/command/benchmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/command/benchmark.go b/weed/command/benchmark.go index dd0fdb88e..26be1fe3a 100644 --- a/weed/command/benchmark.go +++ b/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.