From a5ed8b0ad0e431d0be6664f0aa376db5c1babd4a Mon Sep 17 00:00:00 2001 From: liangxia Date: Thu, 26 Sep 2019 14:27:17 +0800 Subject: [PATCH] =?UTF-8?q?Mod=20=20aaa-12=20test-trace=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=B8=B0=E5=AF=8Cusage=E6=89=93=E5=8D=B0=20RCA=EF=BC=9A=20SOL?= =?UTF-8?q?=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA:liangxia=20=E6=A3=80?= =?UTF-8?q?=E8=A7=86=E4=BA=BA:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/user/trace/test/test_client_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/user/trace/test/test_client_main.c b/Platform/user/trace/test/test_client_main.c index 173c641fc..b397d8b53 100755 --- a/Platform/user/trace/test/test_client_main.c +++ b/Platform/user/trace/test/test_client_main.c @@ -63,7 +63,7 @@ int main(int argc, char **argv) } #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 dst_addr={0};