Skip to content

Commit 85e32ae

Browse files
authored
Update udpclient.c
tcpclient->udpclient
1 parent b809c02 commit 85e32ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network/udpclient.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static void usage(void)
8989
rt_kprintf(" -h Specify host address\n");
9090
rt_kprintf(" -p Specify the host port number\n");
9191
rt_kprintf(" --cnt Specify the send data count\n");
92-
rt_kprintf(" --stop Stop tcpclient program\n");
92+
rt_kprintf(" --stop Stop udpclient program\n");
9393
rt_kprintf(" --help Print help information\n");
9494
}
9595

0 commit comments

Comments
 (0)