From 4e524fe5502f238dc2980f414dc3600d4fa4374e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A3rebe=20-=20Romain=20GERARD?= Date: Sat, 21 Oct 2023 12:26:11 +0200 Subject: [PATCH] Command line Former-commit-id: 7549e15e19c6483ad8ae9989c02da603455fade6 [formerly a31d14364b42fb2955e4e050c0427d0f969b5199] [formerly a5ecaba0cc7798fa1257b33ff23a44b5993dd461 [formerly d18e5e05e8a1a8ad779982f799307efab933b8b8]] Former-commit-id: 92aa14ebec1fae2e4e116253230f3b19594b7430 [formerly e72ac4eff846a3c00e2704edf2221edec3a69348] Former-commit-id: 3fb70a4a682d36ea1fcab1bb1addfdfc52b26331 Former-commit-id: 2c27c25ce3bf745e622be4f0da562c43d3051d1e Former-commit-id: 091d6ab1b2d7d9a2c95402afdeb6f843c4feb92e Former-commit-id: e33b88b7050529e013af25c862e87665ef38f93c [formerly acfaab90670fb9e3af09fe0725abb178c82cdb1a] Former-commit-id: fe87180a6d4f2de117a6b4d67498215dfc9159b6 --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index b288a57..17e39c1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,8 +49,7 @@ enum Commands { } #[derive(clap::Args, Debug)] struct Client { - /// Listen on local and forwards traffic from remote - /// Can be specified multiple times + /// Listen on local and forwards traffic from remote. Can be specified multiple times /// examples: /// 'tcp://1212:google.com:443' => listen locally on tcp on port 1212 and forward to google.com on port 443 /// 'udp://1212:1.1.1.1:53' => listen locally on udp on port 1212 and forward to cloudflare dns 1.1.1.1 on port 53