Update cmd/geth/chaincmd.go

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
Guillaume Ballet 2023-10-10 14:26:43 +02:00 committed by GitHub
parent eba5366cef
commit 3e49cebdef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@ This command dumps out the state for a given block (or latest, if none provided)
ArgsUsage: "<dumpfile>",
Flags: flags.Merge([]cli.Flag{utils.TreeRootFlag}, utils.DatabaseFlags),
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.
`,
}