Skip to content

Commit

Permalink
Merge pull request #192 from NordSecurity/lukasp/tcli-dev-con-comments
Browse files Browse the repository at this point in the history
Add comments to "dev con" command
  • Loading branch information
LukasPukenis authored Nov 28, 2023
2 parents 773ef24 + cd2b4e4 commit 5544588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clis/tcli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ enum DevCmd {
},
#[clap(about = "Connect to node")]
Con {
/// Public key of node
public_key: PublicKey,
/// IP:PORT of Endpoint. Must be specified for a regular VPN server. Not needed for a peer.
endpoint: Option<SocketAddr>,
allowed_ips: Vec<IpNetwork>,
},
Expand Down

0 comments on commit 5544588

Please sign in to comment.