From a932674a5baa482b9ae0638e7d7804a345f217aa Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Mon, 14 Mar 2016 13:45:08 -0700 Subject: [PATCH] benchmark: minor typos --- tools/benchmark/cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/benchmark/cmd/root.go b/tools/benchmark/cmd/root.go index 5a188f197..e3cf936e6 100644 --- a/tools/benchmark/cmd/root.go +++ b/tools/benchmark/cmd/root.go @@ -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. `, }