Skip to content

Commit

Permalink
Punctation in help statement
Browse files Browse the repository at this point in the history
Co-authored-by: Christos Kalkanis <[email protected]>
  • Loading branch information
RononDex and christos68k authored Jan 30, 2025
1 parent 720af06 commit 275b6b3
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 @@ -68,7 +68,7 @@ var (
"Valid values are in the range [1..%d], and 0 to disable off-cpu profiling."+
"Default is %d.",
support.OffCPUThresholdMax, defaultOffCPUThreshold)
envVarsHelp = "Comma separated list of environment variables that should be reported with the captured profiling samples"
envVarsHelp = "Comma separated list of environment variables that should be reported with the captured profiling samples."
)

// Package-scope variable, so that conditionally compiled other components can refer
Expand Down

0 comments on commit 275b6b3

Please sign in to comment.