From c5520f95ddb993a074fa54f20c28f4ea5d8e2148 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 12 Nov 2020 02:22:25 -0700 Subject: [PATCH] ifparse: fix usage example --- cmd/ifparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ifparse.c b/cmd/ifparse.c index 1d638e2..505e946 100644 --- a/cmd/ifparse.c +++ b/cmd/ifparse.c @@ -206,7 +206,7 @@ struct if_applet ifparse_applet = { .name = "ifparse", .desc = "redisplay interface configuration", .main = ifparse_main, - .usage = "ifparse [options] \n ifquery [options] --all", + .usage = "ifparse [options] \n ifparse [options] --all", .manpage = "8 ifparse", .groups = { &global_option_group, &match_option_group, &exec_option_group, &local_option_group }, };