mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Rename help string parachain-collator -> parachain-template-node (#1392)
This commit is contained in:
@@ -42,11 +42,13 @@ impl SubstrateCli for Cli {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn description() -> String {
|
fn description() -> String {
|
||||||
"Parachain Collator Template\n\nThe command-line arguments provided first will be \
|
format!(
|
||||||
|
"Parachain Collator Template\n\nThe command-line arguments provided first will be \
|
||||||
passed to the parachain node, while the arguments provided after -- will be passed \
|
passed to the parachain node, while the arguments provided after -- will be passed \
|
||||||
to the relay chain node.\n\n\
|
to the relay chain node.\n\n\
|
||||||
parachain-collator <parachain-args> -- <relay-chain-args>"
|
{} <parachain-args> -- <relay-chain-args>",
|
||||||
.into()
|
Self::executable_name()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn author() -> String {
|
fn author() -> String {
|
||||||
@@ -80,11 +82,13 @@ impl SubstrateCli for RelayChainCli {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn description() -> String {
|
fn description() -> String {
|
||||||
"Parachain Collator Template\n\nThe command-line arguments provided first will be \
|
format!(
|
||||||
|
"Parachain Collator Template\n\nThe command-line arguments provided first will be \
|
||||||
passed to the parachain node, while the arguments provided after -- will be passed \
|
passed to the parachain node, while the arguments provided after -- will be passed \
|
||||||
to the relay chain node.\n\n\
|
to the relay chain node.\n\n\
|
||||||
parachain-collator <parachain-args> -- <relay-chain-args>"
|
{} <parachain-args> -- <relay-chain-args>",
|
||||||
.into()
|
Self::executable_name()
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn author() -> String {
|
fn author() -> String {
|
||||||
|
|||||||
Reference in New Issue
Block a user