Skip to content

Commit

Permalink
clean up IBC transfer help msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Sep 11, 2024
1 parent c100638 commit a5779b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions crates/apps_lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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 \
Expand Down

0 comments on commit a5779b1

Please sign in to comment.