diff --git a/mixnode/src/commands/run.rs b/mixnode/src/commands/run.rs index f72852c271..a058e7b56a 100644 --- a/mixnode/src/commands/run.rs +++ b/mixnode/src/commands/run.rs @@ -21,7 +21,7 @@ pub fn command_args<'a, 'b>() -> App<'a, 'b> { .arg( Arg::with_name("config") .long("config") - .help("Custom path to the nym-mixnet-client configuration file") + .help("Custom path to the nym-mixnode configuration file") .takes_value(true), ) .arg( diff --git a/sfw-provider/src/commands/run.rs b/sfw-provider/src/commands/run.rs index 2041c6f480..60d51328db 100644 --- a/sfw-provider/src/commands/run.rs +++ b/sfw-provider/src/commands/run.rs @@ -22,7 +22,7 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> { .arg( Arg::with_name("config") .long("config") - .help("Custom path to the nym-mixnet-client configuration file") + .help("Custom path to the nym-provider configuration file") .takes_value(true), ) .arg(