Skip to content

Commit

Permalink
Extend client_node_od cli arg help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Lykov committed Feb 17, 2023
1 parent a284bbd commit d2ee563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-tps/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)
}

Expand Down

0 comments on commit d2ee563

Please sign in to comment.