mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Renamed "localAssets" cmd flag to "useLocalAssets".
This commit is contained in:
parent
43a7ccd5be
commit
b290c821d1
|
@ -27,7 +27,7 @@ import (
|
|||
// Commandline flags.
|
||||
var (
|
||||
listenAddress = flag.String("listenAddress", ":9090", "Address to listen on for web interface.")
|
||||
useLocalAssets = flag.Bool("localAssets", false, "Read assets/templates from file instead of binary.")
|
||||
useLocalAssets = flag.Bool("useLocalAssets", false, "Read assets/templates from file instead of binary.")
|
||||
)
|
||||
|
||||
func StartServing(appState *appstate.ApplicationState) {
|
||||
|
|
Loading…
Reference in a new issue