ifparse: fix usage example
This commit is contained in:
parent
7ca5305063
commit
c5520f95dd
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ struct if_applet ifparse_applet = {
|
||||||
.name = "ifparse",
|
.name = "ifparse",
|
||||||
.desc = "redisplay interface configuration",
|
.desc = "redisplay interface configuration",
|
||||||
.main = ifparse_main,
|
.main = ifparse_main,
|
||||||
.usage = "ifparse [options] <interfaces>\n ifquery [options] --all",
|
.usage = "ifparse [options] <interfaces>\n ifparse [options] --all",
|
||||||
.manpage = "8 ifparse",
|
.manpage = "8 ifparse",
|
||||||
.groups = { &global_option_group, &match_option_group, &exec_option_group, &local_option_group },
|
.groups = { &global_option_group, &match_option_group, &exec_option_group, &local_option_group },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue