Merge pull request #3962 from DavidLin1577/patch-7

Update udpclient.c
This commit is contained in:
Bernard Xiong 2020-10-15 06:41:19 +08:00 committed by GitHub
commit 8fc2f6e7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ static void usage(void)
rt_kprintf(" -h Specify host address\n");
rt_kprintf(" -p Specify the host port number\n");
rt_kprintf(" --cnt Specify the send data count\n");
rt_kprintf(" --stop Stop tcpclient program\n");
rt_kprintf(" --stop Stop udpclient program\n");
rt_kprintf(" --help Print help information\n");
}