ifctrstat: lower-case help text for program-specific options
This commit is contained in:
parent
9928beef68
commit
0a3f1e33a8
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ ifctrstat_main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct if_option local_options[] = {
|
static struct if_option local_options[] = {
|
||||||
{'L', "list", NULL, "List available counters", false, ifctrstat_list_counters},
|
{'L', "list", NULL, "list available counters", false, ifctrstat_list_counters},
|
||||||
{'n', "no-label", NULL, "Print value without counter label", false, ifctrstat_set_nolabel}
|
{'n', "no-label", NULL, "print value without counter label", false, ifctrstat_set_nolabel}
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct if_option_group local_option_group = {
|
static struct if_option_group local_option_group = {
|
||||||
|
|
Loading…
Reference in a new issue