cmd/geth: fix whisper flag group capitalization

This commit is contained in:
Péter Szilágyi 2017-06-26 13:40:43 +03:00 committed by GitHub
parent b6e99deee9
commit ea1d1825a8

View File

@ -188,7 +188,7 @@ var AppHelpFlagGroups = []flagGroup{
}, debug.Flags...),
},
{
Name: "Whisper (EXPERIMENTAL)",
Name: "WHISPER (EXPERIMENTAL)",
Flags: whisperFlags,
},
{