mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-19 16:26:55 +08:00
[fix] format
This commit is contained in:
@@ -1154,7 +1154,7 @@ int netdev_ping(int argc, char **argv)
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user