From 2dc4f3a3eb29cc2bad549b95b2406de129a4e30a Mon Sep 17 00:00:00 2001 From: David Salami Date: Thu, 21 Sep 2023 16:23:33 +0100 Subject: [PATCH] chore --- parachain/node/src/command.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parachain/node/src/command.rs b/parachain/node/src/command.rs index f7b6c5626..495aaeb37 100644 --- a/parachain/node/src/command.rs +++ b/parachain/node/src/command.rs @@ -32,7 +32,7 @@ fn load_spec(id: &str) -> std::result::Result, String> { impl SubstrateCli for Cli { fn impl_name() -> String { - "Parachain Collator Template".into() + "Hyperbridge".into() } fn impl_version() -> String { @@ -41,7 +41,7 @@ impl SubstrateCli for Cli { fn description() -> String { format!( - "Parachain Collator Template\n\nThe command-line arguments provided first will be \ + "Hyperbridge\n\nThe command-line arguments provided first will be \ passed to the parachain node, while the arguments provided after -- will be passed \ to the relay chain node.\n\n\ {} -- ", @@ -68,7 +68,7 @@ impl SubstrateCli for Cli { impl SubstrateCli for RelayChainCli { fn impl_name() -> String { - "Parachain Collator Template".into() + "Hyperbridge".into() } fn impl_version() -> String { @@ -77,7 +77,7 @@ impl SubstrateCli for RelayChainCli { fn description() -> String { format!( - "Parachain Collator Template\n\nThe command-line arguments provided first will be \ + "Hyperpridge\n\nThe command-line arguments provided first will be \ passed to the parachain node, while the arguments provided after -- will be passed \ to the relay chain node.\n\n\ {} -- ",