diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 2ef20e2afb..741e2f3e29 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -174,7 +174,7 @@ This command dumps out the state for a given block (or latest, if none provided) ArgsUsage: "", 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. `, }