mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Update GenesisFlag usage description
Removed the period at the end of the usage description for the GenesisFlag.
This commit is contained in:
parent
b02b46dd5a
commit
caf1b2a7a3
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ var (
|
|||
}
|
||||
GenesisFlag = &cli.StringFlag{
|
||||
Name: "genesis",
|
||||
Usage: "Load genesis block and configuration from file at this path.",
|
||||
Usage: "Load genesis block and configuration from file at this path",
|
||||
Category: flags.EthCategory,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue