Skip to content

Commit

Permalink
fix typo note for pkg/sharedcli/profileflag/profileflag.go
Browse files Browse the repository at this point in the history
Signed-off-by: yanggang <[email protected]>
  • Loading branch information
yanggang committed Jan 28, 2023
1 parent 2211ce6 commit 38a63a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sharedcli/profileflag/profileflag.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 38a63a8

Please sign in to comment.