From a5779b108bb9496a588fc862bf98c1b8ed50ba0a Mon Sep 17 00:00:00 2001 From: brentstone Date: Wed, 11 Sep 2024 10:46:59 +0200 Subject: [PATCH] clean up IBC transfer help msgs --- crates/apps_lib/src/cli.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/crates/apps_lib/src/cli.rs b/crates/apps_lib/src/cli.rs index bc48cb09e2..f0763a4b03 100644 --- a/crates/apps_lib/src/cli.rs +++ b/crates/apps_lib/src/cli.rs @@ -4961,7 +4961,8 @@ pub mod args { produce the signature." ))) .arg(RECEIVER.def().help(wrap!( - "The receiver address on the destination chain as string." + "The receiver address on the destination chain as a \ + string." ))) .arg(TOKEN.def().help(wrap!("The transfer token."))) .arg( @@ -4980,8 +4981,8 @@ pub mod args { .help(wrap!("The timeout as seconds.")), ) .arg(REFUND_TARGET.def().help(wrap!( - "The refund target address when IBC shielded transfer \ - failure." + "The refund target address to use if the IBC shielded \ + transfer fails." ))) .arg(IBC_SHIELDING_DATA_PATH.def().help(wrap!( "The file path of the IBC shielding data for the \