(cherry picked from commit 46fdf8a4d2
)
Co-authored-by: NearlyAlwaysThere <87867628+NearlyAlwaysThere@users.noreply.github.com>
This commit is contained in:
@ -330,7 +330,7 @@ impl ProgramSubCommands for App<'_, '_> {
|
|||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("close")
|
SubCommand::with_name("close")
|
||||||
.about("Close an acount and withdraw all lamports")
|
.about("Close an account and withdraw all lamports")
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("account")
|
Arg::with_name("account")
|
||||||
.index(1)
|
.index(1)
|
||||||
|
Reference in New Issue
Block a user