From 3e49cebdef3425f17290d7bcc023031a9fa61ab9 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:26:43 +0200 Subject: [PATCH] Update cmd/geth/chaincmd.go Co-authored-by: Marius van der Wijden --- cmd/geth/chaincmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. `, }