Skip to content

Commit

Permalink
Fix CLI help text for solana stake-account (solana-labs#33387)
Browse files Browse the repository at this point in the history
Fix help text
  • Loading branch information
sakridge authored Oct 5, 2023
1 parent e0091d6 commit 83b49da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/stake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 83b49da

Please sign in to comment.