From 164fae44df4b0f55c70c82ac79bcf01004a0b33c Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 31 Jan 2021 08:22:01 -0800 Subject: [PATCH] /i/o/ --- ledger-tool/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger-tool/src/main.rs b/ledger-tool/src/main.rs index 6cdd306795..82d7680ff0 100644 --- a/ledger-tool/src/main.rs +++ b/ledger-tool/src/main.rs @@ -1138,7 +1138,7 @@ fn main() { .value_name("PUBKEY") .validator(is_pubkey) .multiple(true) - .help("List if accounts to remove while creating the snapshot"), + .help("List of accounts to remove while creating the snapshot"), ) .arg( Arg::with_name("remove_stake_accounts")