Commit c5dc61c6 authored by Felix Lange's avatar Felix Lange

cmd/utils: gofmt

parent e76813eb
...@@ -926,8 +926,8 @@ var ( ...@@ -926,8 +926,8 @@ var (
// to enable a public-OK metrics endpoint without having to worry about ALSO exposing // to enable a public-OK metrics endpoint without having to worry about ALSO exposing
// other profiling behavior or information. // other profiling behavior or information.
MetricsHTTPFlag = &cli.StringFlag{ MetricsHTTPFlag = &cli.StringFlag{
Name: "metrics.addr", Name: "metrics.addr",
Usage: `Enable stand-alone metrics HTTP server listening interface.`, Usage: `Enable stand-alone metrics HTTP server listening interface.`,
Category: flags.MetricsCategory, Category: flags.MetricsCategory,
} }
MetricsPortFlag = &cli.IntFlag{ MetricsPortFlag = &cli.IntFlag{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment