Fix stake-account subcommand name

This commit is contained in:
Michael Vines
2020-01-31 09:52:36 -07:00
parent 0fd795a676
commit 7d96510d17

View File

@ -285,7 +285,7 @@ impl StakeSubCommands for App<'_, '_> {
.arg(withdraw_authority_arg()) .arg(withdraw_authority_arg())
) )
.subcommand( .subcommand(
SubCommand::with_name("show-stake-account") SubCommand::with_name("stake-account")
.about("Show the contents of a stake account") .about("Show the contents of a stake account")
.alias("show-stake-account") .alias("show-stake-account")
.arg( .arg(