This commit is contained in:
Michael Vines 2021-01-31 08:22:01 -08:00
parent d34770e3b3
commit 164fae44df
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ fn main() {
.value_name("PUBKEY") .value_name("PUBKEY")
.validator(is_pubkey) .validator(is_pubkey)
.multiple(true) .multiple(true)
.help("List if accounts to remove while creating the snapshot"), .help("List of accounts to remove while creating the snapshot"),
) )
.arg( .arg(
Arg::with_name("remove_stake_accounts") Arg::with_name("remove_stake_accounts")