From 28b5673cbf35fc93aa919b4ea509cde81be10c8e Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Wed, 5 Feb 2020 15:54:31 +0000 Subject: [PATCH] Corrected description to say validator instead of mixnode --- validator/src/commands/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator/src/commands/init.rs b/validator/src/commands/init.rs index b46f24e4bd..697edfcdcb 100644 --- a/validator/src/commands/init.rs +++ b/validator/src/commands/init.rs @@ -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), )