ifctrstat: lowercase the applet description
This commit is contained in:
parent
d1286e57f9
commit
27c10c57d1
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ static struct if_option_group local_option_group = {
|
|||
|
||||
struct if_applet ifctrstat_applet = {
|
||||
.name = "ifctrstat",
|
||||
.desc = "Display statistics about an interface",
|
||||
.desc = "display statistics about an interface",
|
||||
.main = ifctrstat_main,
|
||||
.usage = "ifctrstat [options] <interface> <counter>\n ifctrstat [options] --list",
|
||||
.manpage = "8 ifctrstat",
|
||||
|
|
Loading…
Reference in a new issue