Skip to content

Commit daefc81

Browse files
committed
updated help text
1 parent b1f3404 commit daefc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (s *KubeRouterConfig) AddFlags(fs *pflag.FlagSet) {
114114
"Password for authenticating against the BGP peer defined with \"--peer-router-ips\".")
115115
fs.BoolVar(&s.EnablePprof, "enable-pprof", false,
116116
"Enables pprof for debugging performance and memory leak issues.")
117-
fs.Uint16Var(&s.MetricsPort, "metrics-port", 0, "Prometheus metrics port, 0 = Disabled")
117+
fs.Uint16Var(&s.MetricsPort, "metrics-port", 0, "Prometheus metrics port, (Default 0, Disabled)")
118118
fs.StringVar(&s.MetricsPath, "metrics-path", "/metrics", "Prometheus metrics path")
119119
// fs.StringVar(&s.FullMeshPassword, "nodes-full-mesh-password", s.FullMeshPassword,
120120
// "Password that cluster-node BGP servers will use to authenticate one another when \"--nodes-full-mesh\" is set.")

0 commit comments

Comments
 (0)