Tiny typo fix (#18978)
This commit is contained in:
committed by
GitHub
parent
81026f9ea5
commit
46fdf8a4d2
@ -334,7 +334,7 @@ impl ProgramSubCommands for App<'_, '_> {
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("close")
|
||||
.about("Close an acount and withdraw all lamports")
|
||||
.about("Close an account and withdraw all lamports")
|
||||
.arg(
|
||||
Arg::with_name("account")
|
||||
.index(1)
|
||||
|
Reference in New Issue
Block a user