mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
lib/envflag: typo fix in docs to -envflag.enable
: envoronment->environment
This commit is contained in:
parent
63a88a619b
commit
6819db5686
@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
var enable = flag.Bool("envflag.enable", false, "Whether to enable reading flags from environment variables additionally to command line. "+
|
||||
"Command line flag values have priority over values from envoronment vars. "+
|
||||
"Command line flag values have priority over values from environment vars. "+
|
||||
"Flags are read only from command line if this flag isn't set")
|
||||
|
||||
// Parse parses environment vars and command-line flags.
|
||||
|
Loading…
Reference in New Issue
Block a user