cmd/geth: simplify usage msg

This commit is contained in:
meows 2019-10-21 08:40:56 -05:00
parent 6fc42a20cc
commit 15a7d84fef
No known key found for this signature in database
GPG key ID: 5786AEA5C8D5A520

View file

@ -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),