提交 8e518f23 编写于 作者: L liuxianliang

[fix] format

上级 be2006f3
/* /*
* 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) ...@@ -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)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册