@@ -8,9 +8,7 @@ use crate::{
88} ;
99use codec:: Encode ;
1010use cumulus_client_service:: genesis:: generate_genesis_block;
11- use cumulus_primitives_core:: {
12- ParaId ,
13- } ;
11+ use cumulus_primitives_core:: ParaId ;
1412use datahighway_runtime:: Block ;
1513use log:: info;
1614use polkadot_parachain:: primitives:: AccountIdConversion ;
@@ -61,9 +59,9 @@ impl SubstrateCli for Cli {
6159
6260 fn description ( ) -> String {
6361 format ! (
64- "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain \
65- node, while the arguments provided after -- will be passed to the relaychain node.\n \n {} \
66- [parachain-args] -- [ relaychain-args]",
62+ "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain node, \
63+ while the arguments provided after -- will be passed to the relaychain node.\n \n {} [parachain-args] -- \
64+ [relaychain-args]",
6765 Self :: executable_name( )
6866 )
6967 }
@@ -99,9 +97,9 @@ impl SubstrateCli for RelayChainCli {
9997 }
10098
10199 fn description ( ) -> String {
102- "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain \
103- node, while the arguments provided after -- will be passed to the relaychain node.\n \n rococo-collator \
104- [parachain-args] -- [ relaychain-args]"
100+ "DataHighway Collator\n \n The command-line arguments provided first will be passed to the parachain node, while \
101+ the arguments provided after -- will be passed to the relaychain node.\n \n rococo-collator [parachain-args] -- \
102+ [relaychain-args]"
105103 . into ( )
106104 }
107105
0 commit comments