From 7aea53bdc2bd2028a4615bf83aa239010ca6522f Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Tue, 19 Mar 2024 17:56:00 +0400 Subject: [PATCH] Improve flag description --- cmd/ferretdb/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ferretdb/main.go b/cmd/ferretdb/main.go index 7a177bdd65bb..0e6ca88db610 100644 --- a/cmd/ferretdb/main.go +++ b/cmd/ferretdb/main.go @@ -101,7 +101,7 @@ var cli struct { } `embed:"" prefix:"capped-cleanup-"` EnableNewAuth bool `default:"false" help:"Experimental: enable new authentication."` - BatchSize int `default:"100" help:"number of maximum insertion batch size"` + BatchSize int `default:"100" help:"Experimental: maximum insertion batch size."` Telemetry struct { URL string `default:"https://beacon.ferretdb.com/" help:"Telemetry: reporting URL."`