Better argument description

This commit is contained in:
Jedrzej Stuczynski
2020-02-05 11:49:11 +00:00
parent 881ab4f28e
commit 30bf382d0a
+1 -1
View File
@@ -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),
)