mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
internal/flags: fix godoc (#24734)
This commit is contained in:
parent
a15a32a2f1
commit
2951b50bae
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ type FlagGroup struct {
|
||||||
Flags []cli.Flag
|
Flags []cli.Flag
|
||||||
}
|
}
|
||||||
|
|
||||||
// byCategory sorts an array of FlagGroup by Name in the order
|
// ByCategory sorts an array of FlagGroup by Name in the order
|
||||||
// defined in AppHelpFlagGroups.
|
// defined in AppHelpFlagGroups.
|
||||||
type ByCategory []FlagGroup
|
type ByCategory []FlagGroup
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue