Browse Source

Update udpclient.c

tcpclient->udpclient
David Lin 4 years ago
parent
commit
85e32ae58e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/network/udpclient.c

+ 1 - 1
examples/network/udpclient.c

@@ -89,7 +89,7 @@ static void usage(void)
     rt_kprintf("  -h           Specify host address\n");
     rt_kprintf("  -h           Specify host address\n");
     rt_kprintf("  -p           Specify the host port number\n");
     rt_kprintf("  -p           Specify the host port number\n");
     rt_kprintf("  --cnt        Specify the send data count\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");
     rt_kprintf("  --help       Print help information\n");
 }
 }