Mixnode option doc fix

This commit is contained in:
Bogdan-Ștefan Neacșu
2022-07-26 15:00:27 +03:00
parent ba5e3d4efa
commit 8a2c95d044
+1 -1
View File
@@ -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<std::path::PathBuf>,