Fix CLI help text for `solana stake-account` (#33387)

Fix help text
This commit is contained in:
sakridge 2023-10-05 13:23:41 -04:00 committed by GitHub
parent e0091d6995
commit 83b49daf29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ impl StakeSubCommands for App<'_, '_> {
Arg::with_name("csv")
.long("csv")
.takes_value(false)
.help("Format stake account data in csv")
.help("Format stake rewards data in csv")
)
.arg(
Arg::with_name("num_rewards_epochs")