mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fix inconsistent key_derivations default in help string (#628)
This commit is contained in:
parent
bbdd4a91ce
commit
4ece454c67
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ fn main() {
|
|||
.arg(Arg::with_name("key_derivations")
|
||||
.help("The number of keys possiblities to search for each output. \
|
||||
Ideally, set this to a number greater than the number of outputs \
|
||||
you believe should belong to this seed/password. (Default 500)")
|
||||
you believe should belong to this seed/password. (Default 1000)")
|
||||
.short("k")
|
||||
.long("key_derivations")
|
||||
.default_value("1000")
|
||||
|
|
Loading…
Reference in a new issue