Mod aaa-12 test-trace模块丰富usage打印

RCA:
SOL:
修改人:liangxia
检视人:
This commit is contained in:
liangxia 2019-09-26 14:27:17 +08:00
parent 802e7c6ee2
commit a5ed8b0ad0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ int main(int argc, char **argv)
} }
#else #else
printf("usage: %s src_ip src_port dst_ip dst_port protocol is_async\n", argv[0]); printf("usage: %s src_ip src_port dst_ip dst_port protocol is_async(1=async, 2=exce_no_reply, 3=sync)\n", argv[0]);
struct in_addr src_addr={0}; struct in_addr src_addr={0};
struct in_addr dst_addr={0}; struct in_addr dst_addr={0};