Skip to content

Commit

Permalink
Update cli_flags.go
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Kalkanis <[email protected]>
  • Loading branch information
rockdaboot and christos68k authored Jan 22, 2025
1 parent db2d91b commit c69a3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var (
"If zero, monotonic-realtime clock sync will be performed once, " +
"on agent startup, but not periodically."
sendErrorFramesHelp = "Send error frames (devfiler only, breaks Kibana)"
offCPUThresholdHelp = fmt.Sprintf("The per-mille chance for an off-cpu event being reported. "+
offCPUThresholdHelp = fmt.Sprintf("The per-mille chance for an off-cpu event being recorded. "+
"Valid values are in the range [0..%d]."+
"Default is %d (off-cpu profiling turned off). ",
support.OffCPUThresholdMax, defaultOffCPUThreshold)
Expand Down

0 comments on commit c69a3c2

Please sign in to comment.