Skip to content

Commit

Permalink
docs: s/perfix/prefix/ (#1501)
Browse files Browse the repository at this point in the history
Typo in `solana-keygen grind`
  • Loading branch information
steveluscher authored May 28, 2024
1 parent ecb491c commit 97bdd9b
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 @@ -326,7 +326,7 @@ fn app<'a>(num_threads: &'a str, crate_version: &'a str) -> Command<'a> {
.action(ArgAction::Append)
.multiple_values(true)
.value_parser(grind_parser(GrindType::StartsAndEnds))
.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 97bdd9b

Please sign in to comment.