solana-genesis: fix bpf-program value_name (#29903)

Fix clap arg value
This commit is contained in:
Tyera 2023-01-25 13:05:35 -07:00 committed by GitHub
parent 77c45f0478
commit bec97d3c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ fn main() -> Result<(), Box<dyn error::Error>> {
.arg(
Arg::with_name("bpf_program")
.long("bpf-program")
.value_name("ADDRESS BPF_PROGRAM.SO")
.value_name("ADDRESS LOADER BPF_PROGRAM.SO")
.takes_value(true)
.number_of_values(3)
.multiple(true)