Skip to content

Commit

Permalink
Apply pull request review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Sep 11, 2024
1 parent 0a2437c commit b179a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/cloud_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ func (c *cmdCloudRun) flagSet() *pflag.FlagSet {
&c.noUsageReport,
"no-usage-report",
c.noUsageReport,
"only when using the local-execution mode, don't send anonymous stats to the developers",
"only when using the local-execution mode, don't send anonymous usage "+
"stats (https://grafana.com/docs/k6/latest/set-up/usage-collection/)",
)
flags.BoolVar(
&c.noArchiveUpload,
Expand Down

0 comments on commit b179a5d

Please sign in to comment.