aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorRaghav Sood <raghavsood@gmail.com>2018-07-26 19:26:24 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-26 19:26:24 +0800
commit11a402f747956816bbf49e5f4b7fb5deeecd3017 (patch)
treebffb2615f85fb67475f3f01fff64467d78647c87 /cmd
parent021d6fbbbbdfe295dbb3619f8ec3fc8662c1e26a (diff)
downloadgo-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar.gz
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar.bz2
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar.lz
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar.xz
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.tar.zst
go-tangerine-11a402f747956816bbf49e5f4b7fb5deeecd3017.zip
core: report progress on log chain exports (#17066)
* core/blockchain: export progress * core: polish up chain export progress report a bit
Diffstat (limited to 'cmd')
-rw-r--r--cmd/geth/chaincmd.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go
index d3086921b..ff27a9dfb 100644
--- a/cmd/geth/chaincmd.go
+++ b/cmd/geth/chaincmd.go
@@ -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),