mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update cmd/geth/chaincmd.go
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
parent
eba5366cef
commit
3e49cebdef
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ This command dumps out the state for a given block (or latest, if none provided)
|
||||||
ArgsUsage: "<dumpfile>",
|
ArgsUsage: "<dumpfile>",
|
||||||
Flags: flags.Merge([]cli.Flag{utils.TreeRootFlag}, utils.DatabaseFlags),
|
Flags: flags.Merge([]cli.Flag{utils.TreeRootFlag}, utils.DatabaseFlags),
|
||||||
Description: `
|
Description: `
|
||||||
The export-overlay-preimages command exports hash preimages to a flat file, in exactly
|
The export-snapshot-preimages command exports hash preimages to a flat file, in exactly
|
||||||
the expected order for the overlay tree migration.
|
the expected order for the overlay tree migration.
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue