We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 577f215 + 85e32ae commit 8fc2f6eCopy full SHA for 8fc2f6e
examples/network/udpclient.c
@@ -89,7 +89,7 @@ static void usage(void)
89
rt_kprintf(" -h Specify host address\n");
90
rt_kprintf(" -p Specify the host port number\n");
91
rt_kprintf(" --cnt Specify the send data count\n");
92
- rt_kprintf(" --stop Stop tcpclient program\n");
+ rt_kprintf(" --stop Stop udpclient program\n");
93
rt_kprintf(" --help Print help information\n");
94
}
95
0 commit comments