diff --git a/cmd/ifctrstat.c b/cmd/ifctrstat.c index 85d2ec7..24a5e5b 100644 --- a/cmd/ifctrstat.c +++ b/cmd/ifctrstat.c @@ -161,6 +161,7 @@ struct if_applet ifctrstat_applet = { .name = "ifctrstat", .desc = "Display statistics about an interface", .main = ifctrstat_main, - .usage = "ifctrstat [options] \n ifctrstat [options] --list\n", + .usage = "ifctrstat [options] \n ifctrstat [options] --list", + .manpage = "8 ifctrstat", .groups = { &global_option_group, &local_option_group, NULL } };