Skip to content

Commit 8fc2f6e

Browse files
authored
Merge pull request #3962 from DavidLin1577/patch-7
Update udpclient.c
2 parents 577f215 + 85e32ae commit 8fc2f6e

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)