mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-24 02:22:23 +00:00
cmd/geth: fix whisper flag group capitalization
This commit is contained in:
parent
b6e99deee9
commit
ea1d1825a8
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ var AppHelpFlagGroups = []flagGroup{
|
|||
}, debug.Flags...),
|
||||
},
|
||||
{
|
||||
Name: "Whisper (EXPERIMENTAL)",
|
||||
Name: "WHISPER (EXPERIMENTAL)",
|
||||
Flags: whisperFlags,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue