Skip to content

Commit a647851

Browse files
abelmarnkjoncinque
andauthored
Update clients/cli/src/clap_app.rs
Co-authored-by: Jon C <me@jonc.dev>
1 parent c90b2ff commit a647851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/cli/src/clap_app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ pub fn app<'a>(
17241724
)
17251725
.subcommand(
17261726
SubCommand::with_name(CommandName::UnwrapSol.into())
1727-
.about("Unwrap lamports from a SOL token account")
1727+
.about("Unwrap SOL from a wrapped SOL token account")
17281728
.arg(
17291729
Arg::with_name("amount")
17301730
.value_parser(Amount::parse)

0 commit comments

Comments
 (0)