diff --git a/sfw-provider/src/commands/run.rs b/sfw-provider/src/commands/run.rs index f6e5b65d5a..1b49cf3ba2 100644 --- a/sfw-provider/src/commands/run.rs +++ b/sfw-provider/src/commands/run.rs @@ -30,7 +30,6 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> { .long("mix-host") .help("The custom host on which the service provider will be running for receiving sphinx packets") .takes_value(true) - .required(true), ) .arg( Arg::with_name("mix-port") @@ -43,7 +42,6 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> { .long("clients-host") .help("The custom host on which the service provider will be running for receiving clients sfw-provider-requests") .takes_value(true) - .required(true), ) .arg( Arg::with_name("clients-port")