More typos

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 15:57:36 +00:00
parent ae27a5e4c3
commit 95d1912e18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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(
+1 -1
View File
@@ -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(