diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 52bd1bb9be..d333c17559 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -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,