diff --git a/main.go b/main.go index b118fd8..56ec6b2 100644 --- a/main.go +++ b/main.go @@ -25,10 +25,10 @@ var ( newFormat = flag.Bool("format.new", false, "New metric format (more convinient / generic)") enableBgp = flag.Bool("proto.bgp", true, "Enables metrics for protocol BGP") enableOspf = flag.Bool("proto.ospf", true, "Enables metrics for protocol OSPF") - enableKernel = flag.Bool("proto.kernel", true, "Enables metrics for protocol kernel") - enableStatic = flag.Bool("proto.static", true, "Enables metrics for protocol static") - enableDevice = flag.Bool("proto.device", true, "Enables metrics for protocol static") - enableDirect = flag.Bool("proto.direct", true, "Enables metrics for protocol direct") + enableKernel = flag.Bool("proto.kernel", true, "Enables metrics for protocol Kernel") + enableStatic = flag.Bool("proto.static", true, "Enables metrics for protocol Static") + enableDevice = flag.Bool("proto.device", true, "Enables metrics for protocol Device") + enableDirect = flag.Bool("proto.direct", true, "Enables metrics for protocol Direct") ) func init() {