Merge pull request #1084 from song-zhang/fix-benchmark-usage

fix benchmark cmd usage info
This commit is contained in:
Chris Lu 2019-10-14 12:25:58 -07:00 committed by GitHub
commit 7de121d99b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.