Add long minutes CLI flag

This commit is contained in:
Paul Hauner
2019-08-29 15:03:52 +10:00
parent 314780e634
commit 75ac21604f

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)