diff --git a/pkg/sharedcli/profileflag/profileflag.go b/pkg/sharedcli/profileflag/profileflag.go index 894d63ed7c01..0a57866b5507 100644 --- a/pkg/sharedcli/profileflag/profileflag.go +++ b/pkg/sharedcli/profileflag/profileflag.go @@ -27,8 +27,8 @@ const ( type Options struct { // EnableProfile is the flag about whether to enable pprof profiling. EnableProfile bool - // ProfilePort is the TCP address for pprof profiling. - // Defaults to 127.0.0.1:6060 if unspecified. + // ProfilingBindAddress is the TCP address for pprof profiling. + // Defaults to :6060 if unspecified. ProfilingBindAddress string }