Fix inconsistent key_derivations default in help string (#628)

This commit is contained in:
Casey Rodarmor 2018-01-18 13:25:54 +01:00 committed by AntiochP
parent bbdd4a91ce
commit 4ece454c67

View file

@ -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")