Skip to content

Commit

Permalink
Fix spelling mistake "perfix" -> "prefix"
Browse files Browse the repository at this point in the history
  • Loading branch information
alfieeeee authored Nov 21, 2024
1 parent 27eff84 commit 5a4e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keygen/src/keygen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ fn app<'a>(num_threads: &'a str, crate_version: &'a str) -> Command<'a> {
.multiple_occurrences(true)
.multiple_values(true)
.validator(grind_validator_starts_and_ends_with)
.help("Saves specified number of keypairs whos public key starts and ends with the indicated perfix and suffix\nExample: --starts-and-ends-with sol:ana:4\nPREFIX and SUFFIX type is Base58\nCOUNT type is u64"),
.help("Saves specified number of keypairs whos public key starts and ends with the indicated prefix and suffix\nExample: --starts-and-ends-with sol:ana:4\nPREFIX and SUFFIX type is Base58\nCOUNT type is u64"),
)
.arg(
Arg::new("num_threads")
Expand Down

0 comments on commit 5a4e53c

Please sign in to comment.