Add long minutes CLI flag
This commit is contained in:
parent
314780e634
commit
75ac21604f
@ -265,6 +265,7 @@ fn main() {
|
|||||||
.required(true)
|
.required(true)
|
||||||
.help("The number of validators in the genesis state"))
|
.help("The number of validators in the genesis state"))
|
||||||
.arg(Arg::with_name("minutes")
|
.arg(Arg::with_name("minutes")
|
||||||
|
.long("minutes")
|
||||||
.short("m")
|
.short("m")
|
||||||
.value_name("MINUTES")
|
.value_name("MINUTES")
|
||||||
.required(true)
|
.required(true)
|
||||||
|
Loading…
Reference in New Issue
Block a user