[fix] format
This commit is contained in:
parent
be2006f325
commit
8e518f234a
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
|
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
|
||||||
* COPYRIGHT (C) 2006-2018, RT-Thread Development Team
|
* COPYRIGHT (C) 2006-2021, RT-Thread Development Team
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without modification,
|
* Redistribution and use in source and binary forms, with or without modification,
|
||||||
|
|
|
@ -1154,7 +1154,7 @@ int netdev_ping(int argc, char **argv)
|
||||||
{
|
{
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
{
|
{
|
||||||
rt_kprintf("Please input: ping <host address>\n");
|
rt_kprintf("Please input: ping [netdev name] <host address>\n");
|
||||||
}
|
}
|
||||||
else if (argc == 2)
|
else if (argc == 2)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue