Skip to content

Commit

Permalink
fix: make influxd help more specific (#19939)
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran authored Nov 9, 2020
1 parent da02419 commit ca547cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/influxd/launcher/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ca547cf

Please sign in to comment.