Add long minutes CLI flag

This commit is contained in:
Paul Hauner 2019-08-29 15:03:52 +10:00
parent 314780e634
commit 75ac21604f
No known key found for this signature in database
GPG Key ID: 5E2CFF9B75FA63DF

View File

@ -265,6 +265,7 @@ fn main() {
.required(true)
.help("The number of validators in the genesis state"))
.arg(Arg::with_name("minutes")
.long("minutes")
.short("m")
.value_name("MINUTES")
.required(true)