Update argument name

This commit is contained in:
Michael Vines 2021-12-15 08:36:11 -08:00
parent 9b06d64eb8
commit ed924e3bc4
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ fn main() {
for (name, long) in &[
("bpf_program", "--bpf-program"),
("clone_account", "--clone"),
("clone_account_from_file", "--clone-from-file"),
("account", "--account"),
("mint_address", "--mint"),
("slots_per_epoch", "--slots-per-epoch"),
("faucet_sol", "--faucet-sol"),