Skip to content

Commit

Permalink
feat(safenode_rpc_client): added --version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mickvandijke authored and RolandSherwin committed Jul 16, 2024
1 parent 9bddeea commit fe66489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_node_rpc_client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use tokio_stream::StreamExt;
use tonic::Request;

#[derive(Parser, Debug)]
#[clap(name = "safenode RPC client")]
#[clap(version, name = "safenode RPC client")]
struct Opt {
/// Address of the node's RPC service, e.g. 127.0.0.1:12001.
addr: SocketAddr,
Expand Down

0 comments on commit fe66489

Please sign in to comment.