cmd/geth: fix whisper flag group capitalization
This commit is contained in:
@ -188,7 +188,7 @@ var AppHelpFlagGroups = []flagGroup{
|
|||||||
}, debug.Flags...),
|
}, debug.Flags...),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "Whisper (EXPERIMENTAL)",
|
Name: "WHISPER (EXPERIMENTAL)",
|
||||||
Flags: whisperFlags,
|
Flags: whisperFlags,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user