core: report progress on log chain exports (#17066)
* core/blockchain: export progress * core: polish up chain export progress report a bit
This commit is contained in:
committed by
Péter Szilágyi
parent
021d6fbbbb
commit
11a402f747
@ -94,7 +94,8 @@ processing will proceed even if an individual RLP-file import failure occurs.`,
|
||||
Requires a first argument of the file to write to.
|
||||
Optional second and third arguments control the first and
|
||||
last block to write. In this mode, the file will be appended
|
||||
if already existing.`,
|
||||
if already existing. If the file ends with .gz, the output will
|
||||
be gzipped.`,
|
||||
}
|
||||
importPreimagesCommand = cli.Command{
|
||||
Action: utils.MigrateFlags(importPreimages),
|
||||
|
Reference in New Issue
Block a user