From ca547cfb295270f879908f68e7b8cd8d5a81f68b Mon Sep 17 00:00:00 2001 From: Daniel Moran Date: Mon, 9 Nov 2020 11:45:15 -0500 Subject: [PATCH] fix: make influxd help more specific (#19939) --- cmd/influxd/launcher/launcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/influxd/launcher/launcher.go b/cmd/influxd/launcher/launcher.go index a4cfa75579e..7366b3b56d3 100644 --- a/cmd/influxd/launcher/launcher.go +++ b/cmd/influxd/launcher/launcher.go @@ -121,7 +121,7 @@ func NewInfluxdCommand(ctx context.Context, subCommands ...*cobra.Command) *cobr A config file can be provided via the INFLUXD_CONFIG_PATH env var. If a file is not provided via an env var, influxd will look in the current directory for a - config.yaml file. If one does not exist, then it will continue unchanged.` + config.{json|toml|yaml|yml} file. If one does not exist, then it will continue unchanged.` } cmd := cli.NewCommand(&prog)