mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
cmd/geth: fix usage formatting (#17136)
This commit is contained in:
parent
0b20b1a050
commit
fbeb4f20f9
1 changed files with 2 additions and 1 deletions
|
|
@ -83,7 +83,8 @@ var AppHelpFlagGroups = []flagGroup{
|
|||
utils.LightKDFFlag,
|
||||
},
|
||||
},
|
||||
{Name: "DEVELOPER CHAIN",
|
||||
{
|
||||
Name: "DEVELOPER CHAIN",
|
||||
Flags: []cli.Flag{
|
||||
utils.DeveloperFlag,
|
||||
utils.DeveloperPeriodFlag,
|
||||
|
|
|
|||
Loading…
Reference in a new issue