mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/geth: add description for import-history
This commit is contained in:
parent
97b86f45ca
commit
b65db9db79
1 changed files with 4 additions and 1 deletions
|
|
@ -136,7 +136,10 @@ be gzipped.`,
|
||||||
utils.DatabaseFlags,
|
utils.DatabaseFlags,
|
||||||
utils.NetworkFlags,
|
utils.NetworkFlags,
|
||||||
),
|
),
|
||||||
Description: "",
|
Description: `
|
||||||
|
The import-history command will import blocks and their corresponding receipts
|
||||||
|
from Era archives.
|
||||||
|
`,
|
||||||
}
|
}
|
||||||
exportHistoryCommand = &cli.Command{
|
exportHistoryCommand = &cli.Command{
|
||||||
Action: exportHistory,
|
Action: exportHistory,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue