benchmark: minor typos

This commit is contained in:
Gyu-Ho Lee 2016-03-14 13:45:08 -07:00
parent 58c92ee41b
commit a932674a5b

View File

@ -26,9 +26,9 @@ import (
var RootCmd = &cobra.Command{
Use: "benchmark",
Short: "A low-level benchmark tool for etcd3",
Long: `benchmark is a low-level benchmakr tool for etcd3.
Long: `benchmark is a low-level benchmark tool for etcd3.
It uses gRPC client directly and does not depend on
etcd client libray.
etcd client library.
`,
}