cmd: add manpage xrefs where we have manpages already

This commit is contained in:
Ariadne Conill 2020-08-18 14:14:33 -06:00
parent e2959275b6
commit 520b831bdf
2 changed files with 3 additions and 0 deletions

View file

@ -329,5 +329,6 @@ struct if_applet ifquery_applet = {
.desc = "query interface configuration",
.main = ifquery_main,
.usage = "ifquery [options] <interfaces>\n ifquery [options] --list",
.manpage = "8 ifquery",
.groups = { &global_option_group, &match_option_group, &exec_option_group, &local_option_group },
};