mirror of
https://github.com/wangyu-/UDPspeeder.git
synced 2025-01-19 06:19:34 +08:00
usage typo fix
This commit is contained in:
parent
e633b5b3ce
commit
91c9a9e705
2
main.cpp
2
main.cpp
@ -1299,7 +1299,7 @@ void print_help()
|
|||||||
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_ip:server_port [options]\n");
|
||||||
printf(" run as server: ./this_program -s -l server_listen_ip:server_port -r remote_ip:remote_port [options]\n");
|
printf(" run as server: ./this_program -s -l server_listen_ip:server_port -r remote_ip:remote_port [options]\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("common option,must be same on both sides:\n");
|
printf("common options, must be same on both sides:\n");
|
||||||
printf(" -k,--key <string> key for simple xor encryption. if not set, xor is disabled\n");
|
printf(" -k,--key <string> key for simple xor encryption. if not set, xor is disabled\n");
|
||||||
|
|
||||||
printf("main options:\n");
|
printf("main options:\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user