From 8a2c95d04410d11edbdfc16eb3016bab05299d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogdan-=C8=98tefan=20Neac=C8=99u?= Date: Tue, 26 Jul 2022 15:00:27 +0300 Subject: [PATCH] Mixnode option doc fix --- mixnode/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,