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

@ -69,7 +69,7 @@ pub struct Cli<
#[arg(
long,
value_name = "CHAIN_OR_PATH",
long_help = Spec::help_messge(),
long_help = Spec::help_message(),
default_value = Spec::SUPPORTED_CHAINS[0],
value_parser = Spec::parser(),
global = true,