From eedffd90a097249e792c8db9a457c4226f4fb018 Mon Sep 17 00:00:00 2001 From: Kenny Lam Date: Wed, 25 Oct 2017 01:06:33 +0800 Subject: [PATCH] Updated argument name --- README.md | 2 +- doc/README.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b5d9b4..547a67b 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ git version:6e1df4b39f build date:Oct 24 2017 09:21:15 repository: https://github.com/wangyu-/udp2raw-tunnel usage: - run as client : ./this_program -c -l local_listen_ip:local_port -r server_ip:server_port [options] + run as client : ./this_program -c -l local_listen_ip:local_port -r remote_host:server_port [options] run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options] common options,these options must be same on both side: diff --git a/doc/README.zh-cn.md b/doc/README.zh-cn.md index c0213b1..e72e6d8 100644 --- a/doc/README.zh-cn.md +++ b/doc/README.zh-cn.md @@ -102,7 +102,7 @@ git version:adbe7d110f build date:Sep 6 2017 05:37:45 repository: https://github.com/wangyu-/udp2raw-tunnel usage: - run as client : ./this_program -c -l local_listen_ip:local_port -r server_ip:server_port [options] + run as client : ./this_program -c -l local_listen_ip:local_port -r remote_host:server_port [options] run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options] common options,these options must be same on both side: