Updated argument name

This commit is contained in:
Kenny Lam 2017-10-25 00:35:20 +08:00
parent 6f3eba419e
commit 08b14cc9ea

@ -99,7 +99,7 @@ void print_help()
printf("repository: https://github.com/wangyu-/udp2raw-tunnel\n");
printf("\n");
printf("usage:\n");
printf(" run as client : ./this_program -c -l local_listen_ip:local_port -r server_ip:server_port [options]\n");
printf(" run as client : ./this_program -c -l local_listen_ip:local_port -r server_host:server_port [options]\n");
printf(" run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options]\n");
printf("\n");
printf("common options,these options must be same on both side:\n");