Corrected description to say validator instead of mixnode

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 15:54:31 +00:00
parent 5aee54fc1d
commit 28b5673cbf
+1 -1
View File
@@ -8,7 +8,7 @@ pub fn command_args<'a, 'b>() -> clap::App<'a, 'b> {
.arg(
Arg::with_name("id")
.long("id")
.help("Id of the nym-mixnode we want to create config for.")
.help("Id of the nym-validator we want to create config for.")
.takes_value(true)
.required(true),
)