Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
samkim-crypto and joncinque authored Oct 18, 2023
1 parent 01ed6ef commit cb28d62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions token/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4715,7 +4715,7 @@ fn app<'a, 'b>(
.value_name("TOKEN_ACCOUNT_ADDRESS")
.takes_value(true)
.conflicts_with("token")
.help("The address of the token account to configure confidential transfers for \
.help("The address of the token account to enable confidential transfers for \
[default: owner's associated token account]")
)
.arg(
Expand Down Expand Up @@ -4744,7 +4744,7 @@ fn app<'a, 'b>(
.value_name("TOKEN_ACCOUNT_ADDRESS")
.takes_value(true)
.conflicts_with("token")
.help("The address of the token account to configure confidential transfers for \
.help("The address of the token account to disable confidential transfers for \
[default: owner's associated token account]")
)
.arg(
Expand Down Expand Up @@ -4773,7 +4773,7 @@ fn app<'a, 'b>(
.value_name("TOKEN_ACCOUNT_ADDRESS")
.takes_value(true)
.conflicts_with("token")
.help("The address of the token account to configure confidential transfers for \
.help("The address of the token account to enable non-confidential transfers for \
[default: owner's associated token account]")
)
.arg(
Expand Down Expand Up @@ -4802,7 +4802,7 @@ fn app<'a, 'b>(
.value_name("TOKEN_ACCOUNT_ADDRESS")
.takes_value(true)
.conflicts_with("token")
.help("The address of the token account to configure confidential transfers for \
.help("The address of the token account to disable non-confidential transfers for \
[default: owner's associated token account]")
)
.arg(
Expand Down

0 comments on commit cb28d62

Please sign in to comment.