From 2e629e8e7872b20a8bbfef0a4dbdc4a673c9d527 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 7 Feb 2019 11:53:08 -0800 Subject: [PATCH] minor fix of a typo in message Signed-off-by: Leo Chen --- cmd/harmony.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/harmony.go b/cmd/harmony.go index f069cea57..91b7de3b2 100644 --- a/cmd/harmony.go +++ b/cmd/harmony.go @@ -99,7 +99,7 @@ func main() { minPeers := flag.Int("min_peers", 100, "Minimal number of Peers in shard") // Key file to store the private key - keyFile := flag.String("key", "./.hmykey", "the private key file of the bootnode") + keyFile := flag.String("key", "./.hmykey", "the private key file of the harmony node") flag.Var(&utils.BootNodes, "bootnodes", "a list of bootnode multiaddress") // LibP2P peer discovery integration test