mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/geth: simplify usage msg
This commit is contained in:
parent
6fc42a20cc
commit
15a7d84fef
1 changed files with 1 additions and 4 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue