docs: Clarify watch config behavior (#13285)

This commit is contained in:
Joshua Powers 2023-05-18 08:40:53 -06:00 committed by GitHub
parent 7da5d68315
commit 0db9bafb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ func runApp(args []string, outputBuffer io.Writer, pprof Server, c TelegrafConfi
},
&cli.StringFlag{
Name: "watch-config",
Usage: "monitoring config changes [notify, poll]",
Usage: "monitoring config changes [notify, poll] of --config and --config-directory options",
},
&cli.StringFlag{
Name: "pidfile",