Skip to content

Commit

Permalink
solana-genesis: fix bpf-program value_name (solana-labs#29903)
Browse files Browse the repository at this point in the history
Fix clap arg value
  • Loading branch information
Tyera authored Jan 25, 2023
1 parent 77c45f0 commit bec97d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bec97d3

Please sign in to comment.