mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
cmd: fix help text (#3989)
This commit is contained in:
parent
d49a3df55b
commit
e1fd96db25
|
@ -137,7 +137,7 @@ func main() {
|
||||||
a.Flag("web.enable-lifecycle", "Enable shutdown and reload via HTTP request.").
|
a.Flag("web.enable-lifecycle", "Enable shutdown and reload via HTTP request.").
|
||||||
Default("false").BoolVar(&cfg.web.EnableLifecycle)
|
Default("false").BoolVar(&cfg.web.EnableLifecycle)
|
||||||
|
|
||||||
a.Flag("web.enable-admin-api", "Enables API endpoints for admin control actions.").
|
a.Flag("web.enable-admin-api", "Enable API endpoints for admin control actions.").
|
||||||
Default("false").BoolVar(&cfg.web.EnableAdminAPI)
|
Default("false").BoolVar(&cfg.web.EnableAdminAPI)
|
||||||
|
|
||||||
a.Flag("web.console.templates", "Path to the console template directory, available at /consoles.").
|
a.Flag("web.console.templates", "Path to the console template directory, available at /consoles.").
|
||||||
|
|
Loading…
Reference in a new issue