From d2ee563c215af0f55cc35755d1953cb8d1249464 Mon Sep 17 00:00:00 2001 From: Kirill Lykov Date: Mon, 13 Feb 2023 15:59:18 +0100 Subject: [PATCH] Extend client_node_od cli arg help message --- bench-tps/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench-tps/src/cli.rs b/bench-tps/src/cli.rs index a11999f77035de..9e31bddb978109 100644 --- a/bench-tps/src/cli.rs +++ b/bench-tps/src/cli.rs @@ -372,7 +372,7 @@ pub fn build_args<'a>(version: &'_ str) -> App<'a, '_> { .value_name("PATH") .takes_value(true) .requires("json_rpc_url") - .help("File containing a node id (keypair) to communicate with validators"), + .help("File containing a node id (keypair) of a validator with active stake. This allows communicating with network using staked connection"), ) }