From ea1d1825a8509b3353c535c9444861e15471942a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Mon, 26 Jun 2017 13:40:43 +0300 Subject: [PATCH] cmd/geth: fix whisper flag group capitalization --- cmd/geth/usage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/geth/usage.go b/cmd/geth/usage.go index bb14de747b..022c8e899e 100644 --- a/cmd/geth/usage.go +++ b/cmd/geth/usage.go @@ -188,7 +188,7 @@ var AppHelpFlagGroups = []flagGroup{ }, debug.Flags...), }, { - Name: "Whisper (EXPERIMENTAL)", + Name: "WHISPER (EXPERIMENTAL)", Flags: whisperFlags, }, {