From 7d96510d175b96d48f7741ea4e5c442d61bc8069 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 31 Jan 2020 09:52:36 -0700 Subject: [PATCH] Fix stake-account subcommand name --- cli/src/stake.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/stake.rs b/cli/src/stake.rs index 124dedeb0..c881b8da0 100644 --- a/cli/src/stake.rs +++ b/cli/src/stake.rs @@ -285,7 +285,7 @@ impl StakeSubCommands for App<'_, '_> { .arg(withdraw_authority_arg()) ) .subcommand( - SubCommand::with_name("show-stake-account") + SubCommand::with_name("stake-account") .about("Show the contents of a stake account") .alias("show-stake-account") .arg(