diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2019-10-14 12:25:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-14 12:25:58 -0700 |
| commit | 7de121d99b87d4d38356fb83ee15e761f7d22ed4 (patch) | |
| tree | e838ee944023547ba4a247b2c454fef06c5661f8 /weed/command/benchmark.go | |
| parent | 50e885da45a58180eeb0098e5446d252181964fc (diff) | |
| parent | 65f1095a5485fcb506ce7b4977342f228ba817db (diff) | |
| download | seaweedfs-7de121d99b87d4d38356fb83ee15e761f7d22ed4.tar.xz seaweedfs-7de121d99b87d4d38356fb83ee15e761f7d22ed4.zip | |
Merge pull request #1084 from song-zhang/fix-benchmark-usage
fix benchmark cmd usage info
Diffstat (limited to 'weed/command/benchmark.go')
| -rw-r--r-- | weed/command/benchmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
