diff --git a/cli/src/stake.rs b/cli/src/stake.rs index c668d0ef3f..869f3641e3 100644 --- a/cli/src/stake.rs +++ b/cli/src/stake.rs @@ -335,6 +335,7 @@ impl StakeSubCommands for App<'_, '_> { ) .group(ArgGroup::with_name("lockup_details") .args(&["lockup_epoch", "lockup_date", "new_custodian"]) + .multiple(true) .required(true)) .arg( Arg::with_name("custodian")