diff --git a/mixnode/src/main.rs b/mixnode/src/main.rs index 326ce7d66b..2e30e00976 100644 --- a/mixnode/src/main.rs +++ b/mixnode/src/main.rs @@ -24,7 +24,7 @@ fn long_version_static() -> &'static str { #[derive(Parser)] #[clap(author = "Nymtech", version, about, long_version = long_version_static())] struct Cli { - /// Path pointing to an env file that configures the gateway. + /// Path pointing to an env file that configures the mixnode. #[clap(long)] pub(crate) config_env_file: Option,