Fix Typo in Relay CLI Subcommand Description (#497)

This commit is contained in:
Svyatoslav Nikolsky
2020-11-11 18:04:21 +03:00
committed by Bastian Köcher
parent c8e4d536a2
commit 8d4e004d61
+1 -1
View File
@@ -90,7 +90,7 @@ pub enum Command {
#[structopt(long)]
lane: HexLaneId,
},
/// Submit message to given Rialto -> Millau lane.
/// Submit message to given Millau -> Rialto lane.
SubmitMillauToRialtoMessage {
#[structopt(flatten)]
millau: MillauConnectionParams,