cleanup: correct summary message in put.go

This commit is contained in:
ethan
2019-08-12 21:13:58 +08:00
committed by Gyuho Lee
parent 64c16779c0
commit faa71d89d4

View File

@@ -183,7 +183,7 @@ func hashKV(cmd *cobra.Command, clients []*v3.Client) {
panic(err)
}
rs := "HaskKV Summary:\n"
rs := "HashKV Summary:\n"
rs += fmt.Sprintf("\tHashKV: %d\n", rh.Hash)
rs += fmt.Sprintf("\tEndpoint: %s\n", host)
rs += fmt.Sprintf("\tTime taken to get hashkv: %v\n", time.Since(st))