From 30bf382d0a67900c0935153ce833d430ea972ad0 Mon Sep 17 00:00:00 2001 From: Jedrzej Stuczynski Date: Wed, 5 Feb 2020 11:49:11 +0000 Subject: [PATCH] Better argument description --- mixnode/src/commands/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnode/src/commands/run.rs b/mixnode/src/commands/run.rs index c00033a61a..f72852c271 100644 --- a/mixnode/src/commands/run.rs +++ b/mixnode/src/commands/run.rs @@ -13,7 +13,7 @@ pub fn command_args<'a, 'b>() -> 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-mixnode we want to run") .takes_value(true) .required(true), )