mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-22 22:29:12 +08:00
Update netdev.c
This commit is contained in:
parent
2d17fe736f
commit
b64f21e628
@ -1155,7 +1155,7 @@ int netdev_ping(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
{
|
{
|
||||||
rt_kprintf("Please input: ping [netdev name] <host address>\n");
|
rt_kprintf("Please input: ping <host address> [netdev name]\n");
|
||||||
}
|
}
|
||||||
else if (argc == 2)
|
else if (argc == 2)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user