diff --git a/beacon_node/src/main.rs b/beacon_node/src/main.rs index 5bfb71215..8ab20a481 100644 --- a/beacon_node/src/main.rs +++ b/beacon_node/src/main.rs @@ -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)