mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update chaincmd.go
This commit is contained in:
parent
e91d2f9615
commit
f9fd6ceb42
1 changed files with 2 additions and 0 deletions
|
|
@ -78,7 +78,9 @@ if one is set. Otherwise it prints the genesis from the datadir.`,
|
|||
Flags: slices.Concat([]cli.Flag{
|
||||
utils.CacheFlag,
|
||||
utils.SyncModeFlag,
|
||||
utils.StateSchemeFlag,
|
||||
utils.GCModeFlag,
|
||||
utils.HistoryModeFlag,
|
||||
utils.SnapshotFlag,
|
||||
utils.CacheDatabaseFlag,
|
||||
utils.CacheGCFlag,
|
||||
|
|
|
|||
Loading…
Reference in a new issue