cmd/geth: add description for import-history

This commit is contained in:
lightclient@protonmail.com 2023-05-23 13:39:33 +02:00 committed by lightclient
parent 97b86f45ca
commit b65db9db79
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -136,7 +136,10 @@ be gzipped.`,
utils.DatabaseFlags,
utils.NetworkFlags,
),
Description: "",
Description: `
The import-history command will import blocks and their corresponding receipts
from Era archives.
`,
}
exportHistoryCommand = &cli.Command{
Action: exportHistory,