From 4f26cbe2996eb63e63e75f7c92695620fe55c2be Mon Sep 17 00:00:00 2001 From: oleiade Date: Wed, 11 Sep 2024 14:47:12 +0200 Subject: [PATCH] Apply pull request review suggestions --- cmd/cloud_run.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/cloud_run.go b/cmd/cloud_run.go index 27bbab88d922..54b13f5c34a0 100644 --- a/cmd/cloud_run.go +++ b/cmd/cloud_run.go @@ -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,