mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netpkt_ethercat.c: fix the description of usage
the current usage description is incorrect, ifname must follow ethercat. The number of transfers can be specified only after ifname is specified. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
parent
d2205f8759
commit
7dd4b28950
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
static void usage(void)
|
||||
{
|
||||
printf("usage: netpkt_ethercat <[ifname] <times>>\n");
|
||||
printf("usage: netpkt_ethercat [<ifname> [times]]\n");
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue