Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit 8ea7178

Browse files
willscottrvagg
andcommitted
Update cmd/recorder/main.go
Co-authored-by: Rod Vagg <[email protected]>
1 parent 773915a commit 8ea7178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/recorder/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func main() {
2626
mongoAddr := flag.String("mongo", "", "A Mongo endpoint to write to.")
2727
mongoDB := flag.String("mongoDB", "", "The Mongo DB to write to.")
2828
mongoCollection := flag.String("mongoCollection", "", "The Mongo Collection to write to.")
29-
mongoPercent := flag.Float64("mongoPercent", 0.0, "How many aggregate writes to push to mongo")
29+
mongoPercent := flag.Float64("mongoPercent", 0.0, "Percentage chance that a write will push to mongo [0,1]")
3030

3131
flag.Parse()
3232

0 commit comments

Comments
 (0)