From b59b13ab9d794ec0d78a93c260e9329cb0dfa91c Mon Sep 17 00:00:00 2001 From: wangyu- Date: Tue, 13 Nov 2018 02:11:48 -0600 Subject: [PATCH] update help page --- misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.cpp b/misc.cpp index a543e7b..3dc91c0 100644 --- a/misc.cpp +++ b/misc.cpp @@ -135,7 +135,7 @@ void print_help() printf(" run as server : ./this_program -s -l server_listen_ip:server_port -r remote_address:remote_port [options]\n"); printf("\n"); printf("common options,these options must be same on both side:\n"); - printf(" --raw-mode avaliable values:faketcp(default),udp,icmp and easy-faketcp in client mode\n"); + printf(" --raw-mode avaliable values:faketcp(default),udp,icmp and easy-faketcp\n"); printf(" -k,--key password to gen symetric key,default:\"secret key\"\n"); printf(" --cipher-mode avaliable values:aes128cfb,aes128cbc(default),xor,none\n"); printf(" --auth-mode avaliable values:hmac_sha1,md5(default),crc32,simple,none\n");