docs: Clarify watch config behavior (#13285)
This commit is contained in:
parent
7da5d68315
commit
0db9bafb79
|
|
@ -277,7 +277,7 @@ func runApp(args []string, outputBuffer io.Writer, pprof Server, c TelegrafConfi
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "watch-config",
|
Name: "watch-config",
|
||||||
Usage: "monitoring config changes [notify, poll]",
|
Usage: "monitoring config changes [notify, poll] of --config and --config-directory options",
|
||||||
},
|
},
|
||||||
&cli.StringFlag{
|
&cli.StringFlag{
|
||||||
Name: "pidfile",
|
Name: "pidfile",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue