diff --git a/cmd/geth/chaincmd.go b/cmd/geth/chaincmd.go index 2b727c4785..5b176b6da1 100644 --- a/cmd/geth/chaincmd.go +++ b/cmd/geth/chaincmd.go @@ -67,10 +67,7 @@ It expects the genesis file as argument.`, }, Category: "BLOCKCHAIN COMMANDS", Description: ` -The dumpgenesis command dumps the genesis block configuration in JSON format to stdout. - -This data can be used as a template or passed to the 'init' command. -`, +The dumpgenesis command dumps the genesis block configuration in JSON format to stdout.`, } importCommand = cli.Command{ Action: utils.MigrateFlags(importChain),