Skip to content

Commit

Permalink
Merge pull request #3071 from yanggangtony/fix-typo
Browse files Browse the repository at this point in the history
fix typo note for pkg/sharedcli/profileflag/profileflag.go
  • Loading branch information
karmada-bot authored Jan 28, 2023
2 parents 9fc1a12 + 38a63a8 commit 6cfc2d0
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 6cfc2d0

Please sign in to comment.