Update GenesisFlag usage description

Removed the period at the end of the usage description for the GenesisFlag.
This commit is contained in:
rjl493456442 2025-10-21 10:15:31 +08:00 committed by GitHub
parent b02b46dd5a
commit caf1b2a7a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -192,7 +192,7 @@ var (
} }
GenesisFlag = &cli.StringFlag{ GenesisFlag = &cli.StringFlag{
Name: "genesis", 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, Category: flags.EthCategory,
} }