Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Jun 21, 2022
1 parent bc78f8b commit 6b617c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/chaincmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It expects the genesis file as argument.`,
Flags: utils.NetworkFlags,
Category: "BLOCKCHAIN COMMANDS",
Description: `
The dumpgenesis command prints a genesis configuration as JSON. The outputted genesis is determined preferencing in order: testnet preset if it is set, preexisting datadir, mainnet.`,
The dumpgenesis command prints a genesis block as JSON. What it outputs is determined in order of preference: testnet preset if it is set, preexisting datadir, mainnet.`,
}
importCommand = cli.Command{
Action: utils.MigrateFlags(importChain),
Expand Down

0 comments on commit 6b617c5

Please sign in to comment.