Fix spelling (#7186)
This commit is contained in:
@ -244,7 +244,7 @@ impl StakeSubCommands for App<'_, '_> {
|
|||||||
.takes_value(true)
|
.takes_value(true)
|
||||||
.required(true)
|
.required(true)
|
||||||
.validator(is_pubkey_or_keypair)
|
.validator(is_pubkey_or_keypair)
|
||||||
.help("The account to which the lamports should be transfered")
|
.help("The account to which the lamports should be transferred")
|
||||||
)
|
)
|
||||||
.arg(
|
.arg(
|
||||||
Arg::with_name("amount")
|
Arg::with_name("amount")
|
||||||
|
Reference in New Issue
Block a user