From 0a3f1e33a857633578288c4ad009b7707518bede Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Tue, 18 Aug 2020 14:36:15 -0600 Subject: [PATCH] ifctrstat: lower-case help text for program-specific options --- cmd/ifctrstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ifctrstat.c b/cmd/ifctrstat.c index ec0d1d8..85d2ec7 100644 --- a/cmd/ifctrstat.c +++ b/cmd/ifctrstat.c @@ -147,8 +147,8 @@ ifctrstat_main(int argc, char *argv[]) } static struct if_option local_options[] = { - {'L', "list", NULL, "List available counters", false, ifctrstat_list_counters}, - {'n', "no-label", NULL, "Print value without counter label", false, ifctrstat_set_nolabel} + {'L', "list", NULL, "list available counters", false, ifctrstat_list_counters}, + {'n', "no-label", NULL, "print value without counter label", false, ifctrstat_set_nolabel} }; static struct if_option_group local_option_group = {