Skip to content

Commit

Permalink
Apply Pull Request suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleiade committed Sep 10, 2024
1 parent e47a2b1 commit 5348501
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ func configFlagSet() *pflag.FlagSet {
flags.SortFlags = false
flags.StringArrayP("out", "o", []string{}, "`uri` for an external metrics database")
flags.BoolP("linger", "l", false, "keep the API server alive past test end")
flags.Bool("no-usage-report", false, "don't send anonymous stats to the developers")
flags.Bool(
"no-usage-report",
false,
"don't send anonymous usage"+"stats (https://grafana.com/docs/k6/latest/set-up/usage-collection/)",
)
return flags
}

Expand Down

0 comments on commit 5348501

Please sign in to comment.