chore: fix typo in chainspec (#10805)

This commit is contained in:
Oliver
2024-09-10 13:18:42 +02:00
committed by GitHub
parent 0213e8841f
commit 5a5511743e
7 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@ pub struct Cli<C: ChainSpecParser = DefaultChainSpecParser, Ext: clap::Args + fm
#[arg(
long,
value_name = "CHAIN_OR_PATH",
long_help = C::help_messge(),
long_help = C::help_message(),
default_value = C::SUPPORTED_CHAINS[0],
value_parser = C::parser(),
global = true,