ifquery: use generic_usage() instead of ifquery_usage()

This commit is contained in:
Ariadne Conill 2020-08-11 23:10:35 -06:00
parent f6d9f65248
commit fda7bfae57
5 changed files with 10 additions and 17 deletions

View file

@ -102,6 +102,5 @@ multicall_usage(int status)
struct if_applet ifupdown_applet = {
.name = "ifupdown",
.main = multicall_main,
.usage = multicall_usage,
.groups = { &global_option_group, NULL }
};